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