Severity: Medium | Area: backend/migrations | Evidence: prisma/migrations/ mixes 20260129..., 20260418..., 20260423... names and two _init migrations (20260129225314_init, 20260423111042_init)
Impact: Confusing history; risk of double-applied init on fresh clones. Fix: Rebaseline the migration history to a single coherent sequence. Acceptance: Fresh DB migrate succeeds with only required migrations.
Severity: Medium | Area: backend/migrations | Evidence:
prisma/migrations/mixes20260129...,20260418...,20260423...names and two_initmigrations (20260129225314_init,20260423111042_init)Impact: Confusing history; risk of double-applied init on fresh clones. Fix: Rebaseline the migration history to a single coherent sequence. Acceptance: Fresh DB migrate succeeds with only required migrations.