2
0

ci: 💚 Use MIGRATION_DATABASE_URL

This commit is contained in:
Baptiste Arnaud
2022-02-17 17:07:12 +01:00
parent 7ebfd43db8
commit a58c400a7d
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "Answer" ADD COLUMN "variableId" TEXT;
-- AlterTable
ALTER TABLE "Result" ADD COLUMN "prefilledVariables" JSONB[];