Name changes

This commit is contained in:
Imbus 2024-05-04 13:40:12 +02:00
parent 926c8cb06f
commit 25f5dd151d

View file

@ -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'),