summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-05-24 14:44:39 +0200
committerSebastian Reichel <sre@ring0.de>2012-05-24 14:44:39 +0200
commit69e10d0089d60442bf87e7c36632749e213cb397 (patch)
treec990e30fc621ddbba83586bad527f8dac9f0d195
parent88be417bd75f35f9b7a4edffb7a267cb0505f9d5 (diff)
downloadserial-barcode-scanner-69e10d0089d60442bf87e7c36632749e213cb397.tar.bz2
cheese lolly
-rw-r--r--insert-prices.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/insert-prices.sql b/insert-prices.sql
index f86fb4d..7b06815 100644
--- a/insert-prices.sql
+++ b/insert-prices.sql
@@ -44,4 +44,5 @@ INSERT INTO prices (product, memberprice, guestprice) VALUES (76222504,80,100);
INSERT INTO prices (product, memberprice, guestprice) VALUES (5000159407410,140,180);
INSERT INTO prices (product, memberprice, guestprice) VALUES (5000159418546,80,100);
INSERT INTO prices (product, memberprice, guestprice) VALUES (5000159418577,80,100);
+INSERT INTO prices (product, memberprice, guestprice) VALUES (4007495314014,100,130);
COMMIT;