2
0

fix: 🚑️ DB migration

This commit is contained in:
Baptiste Arnaud
2022-03-28 17:40:23 +02:00
parent 38c39d4a31
commit 43fa411320

View File

@ -1,3 +1,3 @@
-- AlterTable
ALTER TABLE "Result"
RENAME COLUMN "prefilledVariables" "variables"
RENAME COLUMN "prefilledVariables" TO "variables"