8 lines
108 B
PL/PgSQL
8 lines
108 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP TABLE tiktok_store_events;
|
|
DROP TABLE etsy_store_events;
|
|
DROP TABLE wix_store_events;
|
|
|
|
COMMIT;
|