Skip to content

Commit d634185

Browse files
Marfuenclaude
andcommitted
chore(db): reorder timeline migrations to apply after main's latest
Three of the branch's timeline migrations were dated 2026-04-07/08, which is before main's 20260410120000_add_finding_scope. On merge, Prisma would apply them out-of-order relative to what staging/prod already have. Rename them to 20260410130000-20260410130002 so they sit right after main's latest migration while preserving internal dependency order (timeline models → phase group label → auto policies/people completion types → rest of timeline migrations). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1a156ba commit d634185

File tree

3 files changed

+0
-0
lines changed

3 files changed

+0
-0
lines changed

packages/db/prisma/migrations/20260407193036_add_timeline_models/migration.sql renamed to packages/db/prisma/migrations/20260410130000_add_timeline_models/migration.sql

File renamed without changes.

packages/db/prisma/migrations/20260408173436_add_phase_group_label/migration.sql renamed to packages/db/prisma/migrations/20260410130001_add_phase_group_label/migration.sql

File renamed without changes.

packages/db/prisma/migrations/20260408182646_add_auto_policies_people_completion_types/migration.sql renamed to packages/db/prisma/migrations/20260410130002_add_auto_policies_people_completion_types/migration.sql

File renamed without changes.

0 commit comments

Comments
 (0)