mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
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>