3 lines
97 B
SQL
3 lines
97 B
SQL
-- AlterTable
|
|
ALTER TABLE "TaskRun" ADD COLUMN "metadataVersion" INTEGER NOT NULL DEFAULT 1;
|