Files
TA-Deployment-Broker/migrations/004_remove_lan_ip.sql
T
David Schroeder 0ed0fb5817 update
2026-07-26 10:33:50 -05:00

8 lines
186 B
SQL

ALTER TABLE authorization_hosts
DROP COLUMN IF EXISTS lan_ip;
ALTER TABLE audit_events
DROP COLUMN IF EXISTS lan_ip;
INSERT IGNORE INTO schema_migrations (version) VALUES (4);