apskel-pos-backend/migrations/000037_add_quantity_to_payment_order_items.down.sql
2025-08-08 22:33:08 +07:00

3 lines
111 B
SQL

-- Remove quantity field from payment_order_items table
ALTER TABLE payment_order_items
DROP COLUMN quantity;