diff --git a/migrations/000.383.sql b/migrations/000.383.sql new file mode 100644 index 0000000..b947ebd --- /dev/null +++ b/migrations/000.383.sql @@ -0,0 +1,5 @@ +-- Change Switzerland Express shipping price to 8 CHF + +UPDATE "delivery-methods_prices" SET price = 8 WHERE territory = 'CH' AND currency = 'CHF' + AND method = (select id from "delivery-methods" where name = 'dhl'); +