DELETE FROM privacy_data_inventory
WHERE system_name = 'banking_api'
    AND table_name = 'go_live_gate_controls';

DELETE FROM data_archival_policies
WHERE table_name = 'go_live_gate_controls';

DROP TRIGGER IF EXISTS go_live_gate_controls_set_updated_at ON go_live_gate_controls;
DROP TABLE IF EXISTS go_live_gate_controls;
