apskel-pos-backend/migrations/000046_create_order_ingredients_transactions_table.down.sql

3 lines
98 B
MySQL
Raw Normal View History

2025-09-12 15:37:19 +07:00
-- Drop order ingredients transactions table
DROP TABLE IF EXISTS order_ingredients_transactions;