2
0
Files
bot/packages/prisma/postgresql/migrations/20220217161047_add_prefilled_variables/migration.sql

6 lines
150 B
MySQL
Raw Normal View History

2022-02-17 17:07:12 +01:00
-- AlterTable
ALTER TABLE "Answer" ADD COLUMN "variableId" TEXT;
-- AlterTable
ALTER TABLE "Result" ADD COLUMN "prefilledVariables" JSONB[];