Files
inventory-plus-plus/database_migrations/000002_processed_tables.down.sql

8 lines
108 B
PL/PgSQL

BEGIN;
DROP TABLE tiktok_store_events;
DROP TABLE etsy_store_events;
DROP TABLE wix_store_events;
COMMIT;