diff --git a/migrations/000.281.sql b/migrations/000.281.sql new file mode 100644 index 0000000..781cab7 --- /dev/null +++ b/migrations/000.281.sql @@ -0,0 +1,5 @@ +-- P5-6415 UK delivery method changes + +-- Replace current premium UK method DhlExpress with the one used for USA +UPDATE "delivery-methods_prices" SET method = 10 where method = 14 and territory = 'GB'; +