5 lines
163 B
SQL
5 lines
163 B
SQL
-- USD for New Zealand again
|
|
|
|
UPDATE markets SET currency = 'USD' WHERE name = 'NZ';
|
|
|
|
-- Delivery method prices in USD already added (and never deleted) in 000.469 |