fix null error in latest migration

This commit is contained in:
Martin
2021-03-16 12:50:36 +01:00
parent cc3ad72c27
commit a7896fe915
+4 -4
View File
@@ -1,7 +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
(3, '', '', 'EUR', 0, 'BR'), --no delivery
(10, '', '', 'EUR', 56, 'BR'), -- dhl
(11, '', '', 'EUR', 0, 'BR'), -- samples
(16, '', '', 'EUR', 49, 'BR'); -- dhl economy world