process raw_store_events records automatically via triggers
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
BEGIN;
|
||||
|
||||
|
||||
DROP TRIGGER tiktok_store_events;
|
||||
|
||||
DROP FUNCTION process_raw_tiktok_event;
|
||||
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user