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