Files
edr-platform/apps/edr-freight-api/src
Hagernesh fb1e4ffcb3 fix(maintenance): schema-qualify maintenance_intervals migration
createUniqueConstraint/createForeignKey used bare table names, which
resolve against the default schema (public) while the table was created
in freight — the migration failed on boot and rolled back every start.
Rewritten as idempotent schema-qualified SQL (unique index replaces the
constraint, FK inline on the column).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 08:18:33 +00:00
..
2026-07-18 09:12:52 +00:00
2026-07-23 07:53:11 +00:00
2026-07-03 17:21:26 +03:00
2026-07-22 10:50:36 +00:00