Files
multica/server/migrations
Jiayuan 5552f96e4c fix(migrations): drop CHECK constraint before updating rows
The UP migration tried to UPDATE status values while the old
constraint still only allowed 'in_review', causing a CHECK
violation. Reorder to: drop constraint → update rows → add new
constraint. Same fix applied to the DOWN migration.

Co-authored-by: multica-agent <github@multica.ai>
2026-05-02 08:04:47 +02:00
..