2
0
Files
bot/packages/prisma/postgresql/migrations/20220217161047_add_prefilled_variables/migration.sql
2023-03-15 08:35:16 +01:00

6 lines
150 B
SQL

-- AlterTable
ALTER TABLE "Answer" ADD COLUMN "variableId" TEXT;
-- AlterTable
ALTER TABLE "Result" ADD COLUMN "prefilledVariables" JSONB[];