Files
Rikard BartholfandGitHub 6f45eaf533 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
2024-11-13 09:09:28 +01:00

4 lines
165 B
SQL

UPDATE markets SET currency = 'NZD' WHERE name = 'NZ';
UPDATE markets SET currency = 'PLN' WHERE name = 'PL';
UPDATE markets SET currency = 'RON' WHERE name = 'RO';