summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--create_db.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/create_db.sql b/create_db.sql
index 14e6046..2bbb162 100644
--- a/create_db.sql
+++ b/create_db.sql
@@ -48,8 +48,12 @@ INSERT INTO products VALUES(5449000017895,'Coca Cola Light',65);
INSERT INTO products VALUES(5449000017918,'Fanta',67);
INSERT INTO products VALUES(5449000017932,'Sprite',52);
INSERT INTO products VALUES(5449000134264,'Coca Cola Zero',55);
+INSERT INTO products VALUES(5900951020704,'m&m´s Peanut Big Pack',0);
INSERT INTO products VALUES(7613032625474,'Lion',50);
INSERT INTO products VALUES(7613032850340,'KitKat Chunky',22);
+INSERT INTO products VALUES(7622300243876,'Milka Tender Schwarzwälder Kirsch',0);
+INSERT INTO products VALUES(7622300065478,'Milka Tender Tiramisu',0);
INSERT INTO products VALUES(8410036002015,'Freixenet Cava Semi Seco 0.75L',3);
INSERT INTO products VALUES(8690504018568,'Üker Sesamsticks',5);
+INSERT INTO products VALUES(8710866001036,'Gouda Käse-Sticks',39);
COMMIT;