3 lines
97 B
SQL
3 lines
97 B
SQL
-- AlterTable
|
|
ALTER TABLE "DeploymentLog" ADD COLUMN "logNumber" INTEGER NOT NULL DEFAULT 0;
|