summaryrefslogtreecommitdiffstats
path: root/insert-prices.sql
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2012-05-30 13:22:26 +0200
committerLennart Weller <lhw@ring0.de>2012-05-30 13:22:26 +0200
commiteb436c2367f46d75d9f0aee4f27685927b30da00 (patch)
treea58d3e8cdd625263cbfc86a481384647ddfcb707 /insert-prices.sql
parentd0662a530aca84dd41b68c0f2bfe07dd6a27e78d (diff)
parentfc63c191fddb2d58ac845f4be27097c2431b5656 (diff)
downloadserial-barcode-scanner-eb436c2367f46d75d9f0aee4f27685927b30da00.tar.bz2
Merge branch 'master' into eventbased
Diffstat (limited to 'insert-prices.sql')
-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;