mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-04-12 16:20:52 -07:00
Allow controllers to advertise which central version (cv1, cv2, or all) they are assigned to handle via a new configurable field. The value is persisted to the database on each heartbeat and validated at startup against the DB CHECK constraint.
1 line
76 B
SQL
1 line
76 B
SQL
ALTER TABLE controllers_ctl DROP COLUMN IF EXISTS assigned_central_version;
|