From: Eevee Date: Fri, 1 May 2009 13:29:19 +0000 (-0700) Subject: Reordered some rows in mapping tables. X-Git-Tag: veekun-promotions/2010050901~270 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/2dbf34a062b712b181a200e8f7a9e67dafb8ff8b?hp=2dbf34a062b712b181a200e8f7a9e67dafb8ff8b Reordered some rows in mapping tables. This does NOT actually change the data at all! These tables were apparently created with no key defined, so the rows were in arbitrary order -- but when I created and populated the tables in MySQL on nyarumaa, the keys were defined correctly, and InnoDB ordered them by key. This is about what should happen anyway and the discrepancy adds clutter when dumping corrections, so I'm just committing the new order. ---