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