3 lines
98 B
SQL
3 lines
98 B
SQL
-- Drop order ingredients transactions table
|
|
DROP TABLE IF EXISTS order_ingredients_transactions;
|