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