apskel-pos-backend/migrations/000040_create_purchase_orders_table.down.sql

5 lines
160 B
MySQL
Raw Permalink Normal View History

2025-09-12 01:12:11 +07:00
-- Drop purchase order tables
DROP TABLE IF EXISTS purchase_order_attachments;
DROP TABLE IF EXISTS purchase_order_items;
DROP TABLE IF EXISTS purchase_orders;