apskel-pos-backend/migrations/000037_add_quantity_to_payment_order_items.down.sql

3 lines
111 B
MySQL
Raw Normal View History

2025-08-08 22:33:08 +07:00
-- Remove quantity field from payment_order_items table
ALTER TABLE payment_order_items
DROP COLUMN quantity;