ZeroTierOne/ext/central-controller-docker/migrations/0007_assigned_version.down.sql
Grant Limberg 2c57f85e25 add assigned_central_version column to controllers_ctl
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.
2026-03-17 16:30:25 -07:00

1 line
76 B
SQL

ALTER TABLE controllers_ctl DROP COLUMN IF EXISTS assigned_central_version;