2
0
Files
bot/packages/db/postgresql/migrations/20220217161047_add_prefilled_variables/migration.sql
2023-02-09 08:53:19 +01:00

6 lines
150 B
SQL

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