fix(migrations): renumber duplicate 033 profile_completed_at migration to 046 #235
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/checks-workflow-048ddb98"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two branches both picked prefix 033: 033_timesheet_draft_state.sql (PMS-183, already on main) and 033_users_profile_completed_at.sql (force-profile-setup-on-jit, merged in #151). sqlx keys its _sqlx_migrations ledger on the numeric prefix, so the collision makes the applied version ambiguous and check-migration-prefixes.nu fails the check.yml gate. Renumber the just-merged profile migration to 046 (next free prefix after 045); it is order-independent relative to 034-045 so the move is safe. Update the doc comment in mokosh-types referencing the old filename.
#PMS-302