mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
3 lines
133 B
SQL
3 lines
133 B
SQL
DROP TABLE IF EXISTS transactions CASCADE;
|
|
DROP TABLE IF EXISTS customer_balances CASCADE;
|
|
DROP TABLE IF EXISTS event_outbox CASCADE; |