diff --git a/migrations/000.414.sql b/migrations/000.414.sql new file mode 100644 index 0000000..11d8fad --- /dev/null +++ b/migrations/000.414.sql @@ -0,0 +1,6 @@ +-- Replace DHL Economy in remaining EU countries (with own PW markets) with Fedex Standard +-- FR already done. Also skip DK,SE,FI, they have Bring. +UPDATE "delivery-methods_prices" +SET method = (select id from "delivery-methods" where name = 'fedexStandardEU') +WHERE method = (select id from "delivery-methods" where name = 'dhlEconomyEU') +AND territory in ('AT','BE','DE','EE','ES','IE','IT','LU','NL','PL','RO'); \ No newline at end of file