Files
MOPC-Portal/prisma/migrations
Matt d9f3b3d2a4
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m59s
fix: make evaluation form category migration fully idempotent
The migration partially applied (column added, then failed on DROP
CONSTRAINT). Make every statement idempotent with IF EXISTS / IF NOT
EXISTS so it can safely re-run after resolve --rolled-back.

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