6392-change-currencies-for-pl-ro-nz (#433)

* Prepare currencies for PL, RO and NZ

* Populate product-currencies and update relevant markets

* Scrap already deployed parts from migration

* Bump revcision
This commit is contained in:
Rikard Bartholf
2024-11-13 09:09:28 +01:00
committed by GitHub
parent fd3f391987
commit 6f45eaf533
+3
View File
@@ -0,0 +1,3 @@
UPDATE markets SET currency = 'NZD' WHERE name = 'NZ';
UPDATE markets SET currency = 'PLN' WHERE name = 'PL';
UPDATE markets SET currency = 'RON' WHERE name = 'RO';