Antonio Mika
·
2025-03-20
20250320_add_tunnel_id_to_tuns_event_logs_table.sql
1DELETE FROM tuns_event_logs;
2ALTER TABLE tuns_event_logs ADD COLUMN tunnel_id text NOT NULL;
3ALTER TABLE tuns_event_logs DROP COLUMN tunnel_addrs;