A bit of clean up
This commit is contained in:
parent
cb2483eab1
commit
a590d7e1e9
24 changed files with 259 additions and 237 deletions
|
|
@ -72,7 +72,7 @@ INSERT INTO [Ingredient] ([id], [order], [step_id], [name], [comment], [quantity
|
|||
VALUES (6, 3, 3, "Crème à café ou demi-crème", "", 2, "dl");
|
||||
|
||||
INSERT INTO [Ingredient] ([id], [order], [step_id], [name], [comment], [quantity_value], [quantity_unit])
|
||||
VALUES (7, 4, 3, "Olives farcies coupées en deuxs", "", 50, "g");
|
||||
VALUES (7, 4, 3, "Olives farcies coupées en deux", "", 50, "g");
|
||||
|
||||
|
||||
INSERT INTO [Group] ([id], [order], [recipe_id], [name], [comment])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue