apskel-pos-backend/migrations/000038_create_product_recipes_table.down.sql

2 lines
71 B
MySQL
Raw Normal View History

2025-08-10 21:46:44 +07:00
-- Drop the product_recipes table
DROP TABLE IF EXISTS product_recipes;