summaryrefslogtreecommitdiffstats
path: root/insert-prices.sql
diff options
context:
space:
mode:
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;