Absorbs the separate control-panel git repo as a subdirectory. Instances and backups directories excluded via .gitignore. Bunker Admin
4 lines
169 B
SQL
4 lines
169 B
SQL
-- AlterTable
|
|
ALTER TABLE "instances" ADD COLUMN "enable_dev_tools" BOOLEAN NOT NULL DEFAULT false,
|
|
ADD COLUMN "enable_payments" BOOLEAN NOT NULL DEFAULT false;
|