Reordered some rows in mapping tables.
authorEevee <git@veekun.com>
Fri, 1 May 2009 13:29:19 +0000 (06:29 -0700)
committerEevee <git@veekun.com>
Fri, 1 May 2009 13:29:19 +0000 (06:29 -0700)
commit2dbf34a062b712b181a200e8f7a9e67dafb8ff8b
tree7fc1069fbd25939cbbd0f60dc8e4eb346306751d
parent830d38a5620c676f9369e7acadbd972464e57984
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.
pokedex/data/csv/pokemon_abilities.csv
pokedex/data/csv/pokemon_dex_numbers.csv
pokedex/data/csv/pokemon_types.csv
pokedex/data/csv/type_efficacy.csv