Change Switzerland express delivery price 8 CHF (#284)

This commit is contained in:
Fredrik Ringqvist
2022-06-30 14:54:59 +02:00
committed by GitHub
parent cdda1068f9
commit 333e4774c8
+5
View File
@@ -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');