recipes2/migrations/000001_init.down.sql

6 lines
228 B
MySQL
Raw Normal View History

2024-01-18 18:48:27 +02:00
drop table if exists recipe;
drop table if exists recipe_ingredients_group;
drop table if exists recipe_ingredients;
drop table if exists recipe_steps;
drop table if exists recipe_advices;
drop table if exists recipe_categories;