From b82cf7a443817e9349a663e4a51d58c81b1969b3 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 1 Mar 2018 13:50:58 +0100 Subject: [PATCH] PW-1078 add DHL as a delivery method for customers in US that pay in SEK --- migrations/000.054.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.054.sql diff --git a/migrations/000.054.sql b/migrations/000.054.sql new file mode 100644 index 0000000..7b7529b --- /dev/null +++ b/migrations/000.054.sql @@ -0,0 +1,2 @@ +--PW-1078 add DHL as a delivery method for customers in US that pay in SEK +INSERT INTO "delivery-methods_prices" (method, option, option_value, currency, price, territory) VALUES (10, '', '', 'SEK', 0, 'US'); \ No newline at end of file