Name changes
This commit is contained in:
parent
926c8cb06f
commit
25f5dd151d
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ VALUES
|
|||
(8, 'Småbröd AB', 'Malmö');
|
||||
|
||||
INSERT
|
||||
OR IGNORE INTO recipes (recipe_name)
|
||||
OR IGNORE INTO cookies (cookie_name)
|
||||
VALUES
|
||||
('Nut ring'),
|
||||
('Nut cookie'),
|
||||
|
@ -22,7 +22,7 @@ VALUES
|
|||
('Berliner');
|
||||
|
||||
INSERT
|
||||
OR IGNORE INTO ingredients (ingredient_name, amount, unit)
|
||||
OR IGNORE INTO raw_materials(ingredient_name, ingredient_quantity, unit)
|
||||
VALUES
|
||||
('Bread crumbs', 500000, 'g'),
|
||||
('Butter', 500000, 'g'),
|
||||
|
|
Loading…
Add table
Reference in a new issue