From cc3ad72c27b6a1a9f24b09b67b31d0289b7100ae Mon Sep 17 00:00:00 2001 From: Martin Carlsson Date: Tue, 16 Mar 2021 12:48:08 +0100 Subject: [PATCH] P5-6900 add brazil delivery country (#198) --- migrations/000.313.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 migrations/000.313.sql diff --git a/migrations/000.313.sql b/migrations/000.313.sql new file mode 100644 index 0000000..bc63abe --- /dev/null +++ b/migrations/000.313.sql @@ -0,0 +1,7 @@ +-- P5-6900: add brazil delivery country + +insert into "delivery-methods_prices" (method, option, option_value, currency, price, territory) values + (3, null, null, 'EUR', 0, 'BR'), --no delivery + (10, null, null, 'EUR', 56, 'BR'), -- dhl + (11, null, null, 'EUR', 0, 'BR'), -- samples + (16, null, null, 'EUR', 49, 'BR'); -- dhl economy world