add migration

This commit is contained in:
Matthias Nannt
2023-04-06 14:51:23 +02:00
parent 5111efdfdf
commit 6e761b0a91
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Response" ALTER COLUMN "personId" DROP NOT NULL;