mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-24 10:56:54 +00:00
3 lines
94 B
SQL
3 lines
94 B
SQL
-- AlterTable
|
|
ALTER TABLE "application" ADD COLUMN "serverId" INTEGER NOT NULL DEFAULT 1;
|