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ö');
|
(8, 'Småbröd AB', 'Malmö');
|
||||||
|
|
||||||
INSERT
|
INSERT
|
||||||
OR IGNORE INTO recipes (recipe_name)
|
OR IGNORE INTO cookies (cookie_name)
|
||||||
VALUES
|
VALUES
|
||||||
('Nut ring'),
|
('Nut ring'),
|
||||||
('Nut cookie'),
|
('Nut cookie'),
|
||||||
|
@ -22,7 +22,7 @@ VALUES
|
||||||
('Berliner');
|
('Berliner');
|
||||||
|
|
||||||
INSERT
|
INSERT
|
||||||
OR IGNORE INTO ingredients (ingredient_name, amount, unit)
|
OR IGNORE INTO raw_materials(ingredient_name, ingredient_quantity, unit)
|
||||||
VALUES
|
VALUES
|
||||||
('Bread crumbs', 500000, 'g'),
|
('Bread crumbs', 500000, 'g'),
|
||||||
('Butter', 500000, 'g'),
|
('Butter', 500000, 'g'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue