* Prepare currencies for PL, RO and NZ * Populate product-currencies and update relevant markets * Scrap already deployed parts from migration * Bump revcision
4 lines
165 B
SQL
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';
|