diff --git a/migrations/000.472.sql b/migrations/000.472.sql new file mode 100644 index 0000000..80a177c --- /dev/null +++ b/migrations/000.472.sql @@ -0,0 +1,5 @@ +-- 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 \ No newline at end of file