mock store tables stubbed in db schema

This commit is contained in:
2026-01-21 20:15:44 -07:00
parent 321bc6fc00
commit b182685ec3
5 changed files with 476 additions and 13 deletions
@@ -0,0 +1,31 @@
BEGIN;
-- mock sync group listings
DROP TABLE mock_sync_group_listings;
DROP TABLE mock_sync_groups;
-- mock stores
DROP TABLE mock_store_ebay;
DROP TABLE mock_store_walmart_marketplace;
DROP TABLE mock_store_amazon;
DROP TABLE mock_store_big_cartel;
DROP TABLE mock_store_ecwid;
DROP TABLE mock_store_zoho;
DROP TABLE mock_store_square_online;
DROP TABLE mock_store_squarespace;
DROP TABLE mock_store_wix;
DROP TABLE mock_store_woo_commerce;
DROP TABLE mock_store_shopify;
DROP TABLE mock_store_tiktok;
-- mock accounts
DROP TABLE mock_accounts;
COMMIT;