mirror of
https://github.com/hexolan/stocklet.git
synced 2026-08-26 13:34:37 +01:00
3 lines
127 B
SQL
3 lines
127 B
SQL
DROP TABLE IF EXISTS shipments CASCADE;
|
|
DROP TABLE IF EXISTS shipment_items CASCADE;
|
|
DROP TABLE IF EXISTS event_outbox CASCADE; |