diff --git a/migrations/000.086.sql b/migrations/000.086.sql new file mode 100644 index 0000000..9dba896 --- /dev/null +++ b/migrations/000.086.sql @@ -0,0 +1,5 @@ +-- P5-3499 add bring delivery methods to happywalldk + +INSERT INTO "delivery-methods_prices" (method, option, option_value, currency, price, territory) VALUES + (8, '', '', 'SEK', 0, 'DK'), + (9, '', '', 'SEK', 0, 'DK')