Files
MOPC-Portal/prisma/migrations
Matt 2344f2e4ff
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m35s
fix: drop stale unique index blocking per-category evaluation forms
The category migration used DROP CONSTRAINT but the index was created
with CREATE UNIQUE INDEX, so it was never actually removed. This
prevented saving business concept criteria when startup criteria
already existed at the same version number.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 13:57:36 -04:00
..