mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
4 lines
177 B
SQL
4 lines
177 B
SQL
DROP TABLE IF EXISTS product_stock CASCADE;
|
|
DROP TABLE IF EXISTS reservations CASCADE;
|
|
DROP TABLE IF EXISTS reservation_items CASCADE;
|
|
DROP TABLE IF EXISTS event_outbox CASCADE; |