P5-4121 Change to EUR on PL

This commit is contained in:
Anders Gustafsson
2019-10-22 11:12:57 +02:00
committed by Niklas Fondberg
parent a5a0f04448
commit 8af62f0926
+9
View File
@@ -0,0 +1,9 @@
-- P5-4121: Switch to EUR on PL market
UPDATE "i18n-currencies_territories" SET currency='EUR' WHERE territory='PL';
DELETE FROM "delivery-methods_prices" WHERE currency='PLN';
DELETE FROM "giftvouchers" WHERE currency='PLN';
DELETE FROM "i18n-currencies" WHERE iso3char='PLN';