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

3 lines
98 B
SQL

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