apskel-pos-backend/migrations/000023_create_inventory_movements_table.down.sql
Aditya Siregar a759e0f57c init
2025-07-30 23:18:20 +07:00

2 lines
76 B
SQL

-- Drop inventory movements table
DROP TABLE IF EXISTS inventory_movements;