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