process raw_store_events records automatically via triggers

This commit is contained in:
2025-12-24 01:22:43 -07:00
parent d1978d6a86
commit 11ff52b1c7
11 changed files with 123 additions and 0 deletions
@@ -0,0 +1,9 @@
BEGIN;
DROP TRIGGER etsy_store_events;
DROP FUNCTION process_raw_etsy_event;
COMMIT;