server: Switch to steps a single blob of text

This commit is contained in:
traxys 2023-06-25 21:10:44 +02:00
parent 27f9295aa3
commit b01f08ba2f
4 changed files with 14 additions and 61 deletions

View file

@ -5,5 +5,4 @@ pub use super::household_members::Entity as HouseholdMembers;
pub use super::ingredient::Entity as Ingredient;
pub use super::recipe::Entity as Recipe;
pub use super::recipe_ingerdients::Entity as RecipeIngerdients;
pub use super::recipe_steps::Entity as RecipeSteps;
pub use super::user::Entity as User;