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ö');
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'),