mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-26 00:15:09 +02:00
add use_for_new_networks
column in controller table
This commit is contained in:
parent
493cc4fe4f
commit
1ce37e7770
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
ALTER TABLE controllers_ctl DROP COLUMN IF EXISTS use_for_new_networks;
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE controllers_ctl ADD COLUMN IF NOT EXISTS use_for_new_networks boolean DEFAULT true NOT NULL;
|
Loading…
Add table
Reference in a new issue