Files
inventory-plus-plus/database_migrations/000027_mock_events_page.down.sql
T
2026-08-20 00:35:05 -06:00

10 lines
148 B
PL/PgSQL

BEGIN;
DROP TABLE mock.sale_form_shop_selection;
DROP TABLE mock.refund_form_shop_selection;
DROP TABLE mock.count_form_shop_selection;
COMMIT;