Files
MOPC-Portal/prisma
Matt ef2186e89a
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
fix: make EvaluationForm constraint drop idempotent (IF EXISTS)
The migration failed on deploy because the constraint
EvaluationForm_roundId_version_key did not exist in the target DB.
Using DROP CONSTRAINT IF EXISTS makes this safe for databases where
the constraint was already removed.

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