add use_for_new_networks column in controller table
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ Central Controller Build (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled
/ multi-arch-docker (push) Has been cancelled

This commit is contained in:
Grant Limberg 2025-09-11 10:02:45 -07:00
parent 493cc4fe4f
commit 1ce37e7770
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TABLE controllers_ctl DROP COLUMN IF EXISTS use_for_new_networks;

View file

@ -0,0 +1 @@
ALTER TABLE controllers_ctl ADD COLUMN IF NOT EXISTS use_for_new_networks boolean DEFAULT true NOT NULL;