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

4 lines
85 B
SQL

-- AlterTable
ALTER TABLE "Result"
RENAME COLUMN "prefilledVariables" TO "variables"