apskel-pos-backend/migrations/000038_create_product_recipes_table.down.sql
2025-08-10 21:46:44 +07:00

2 lines
71 B
SQL

-- Drop the product_recipes table
DROP TABLE IF EXISTS product_recipes;