diff options
author | Sebastian Reichel <sre@ring0.de> | 2012-06-08 01:31:21 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2012-06-08 01:31:21 +0200 |
commit | a7923aee8f3029e6db261a06c883fa9135a621e9 (patch) | |
tree | 7a4eb52218de19d42e1c1615d665360ee8a13cf5 | |
parent | c4f93a4baab4c37abfac10593e7c01059c2c878a (diff) | |
download | serial-barcode-scanner-a7923aee8f3029e6db261a06c883fa9135a621e9.tar.bz2 |
add new products
-rw-r--r-- | create_db.sql | 4 |
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; |