ZeroTierOne/ext/central-controller-docker/migrations/0003_frontend_down.sql
Grant Limberg 74f0525470
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
Add frontend column to networks & network_memberships tables so the controller knows which system owns the networks & members
2025-09-05 08:43:06 -07:00

5 lines
No EOL
113 B
SQL

ALTER TABLE network_memberships_ctl
DROP COLUMN frontend;
ALTER TABLE networks_ctl
DROP COLUMN frontend;