Files
inventory-plus-plus/database_migrations/000003_process_raw_events_tiktok.down.sql
T

11 lines
95 B
PL/PgSQL

BEGIN;
DROP TRIGGER tiktok_store_events;
DROP FUNCTION process_raw_tiktok_event;
COMMIT;