Files
inventory-plus-plus/database_migrations/000006_process_raw_events_wix.down.sql
T

10 lines
88 B
PL/PgSQL

BEGIN;
DROP TRIGGER wix_store_events;
DROP FUNCTION process_raw_wix_event;
COMMIT;