fix: remove failing prisma migration (#3015)

This commit is contained in:
Matti Nannt
2024-08-15 16:42:43 +02:00
committed by GitHub
parent 2c453bd491
commit 89a2e26f25
2 changed files with 0 additions and 4 deletions
@@ -1,2 +0,0 @@
-- AddForeignKey
ALTER TABLE "Display" ADD CONSTRAINT "Display_responseId_fkey" FOREIGN KEY ("responseId") REFERENCES "Response"("id") ON DELETE CASCADE ON UPDATE CASCADE;