P5-4121 Change to EUR on PL
This commit is contained in:
committed by
Niklas Fondberg
parent
a5a0f04448
commit
8af62f0926
@@ -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';
|
||||||
Reference in New Issue
Block a user