mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-24 19:07:47 +00:00
3 lines
95 B
SQL
3 lines
95 B
SQL
-- AlterTable
|
|
ALTER TABLE "application" ADD COLUMN "online" BOOLEAN NOT NULL DEFAULT true;
|