apskel-pos-backend/migrations/000046_create_order_ingredients_transactions_table.down.sql
2025-09-12 15:37:19 +07:00

3 lines
98 B
SQL

-- Drop order ingredients transactions table
DROP TABLE IF EXISTS order_ingredients_transactions;