2
0
Files
bot/packages/prisma/postgresql/migrations/20220328144519_rename_prefilled_variables/migration.sql

4 lines
85 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "Result"
2022-03-28 17:40:23 +02:00
RENAME COLUMN "prefilledVariables" TO "variables"