Rearranged evolution table; added new B/W evolutions. #378
authorEevee <git@veekun.com>
Sun, 10 Apr 2011 23:33:18 +0000 (16:33 -0700)
committerEevee <git@veekun.com>
Sun, 10 Apr 2011 23:33:18 +0000 (16:33 -0700)
commit55758f863e5137fd44e4b43f3c2a63005177f08c
tree6da1d3526735c4a815aded47b5a87c20a8ba9ed7
parent1d789e2e9e790f11246e09d7ea17ececb4253af0
Rearranged evolution table; added new B/W evolutions.  #378

There are now (well, have been for a while) multiple ways to evolve
a Pokémon from its unique parent, so the current schema wasn't working.
The parent Pokémon has moved back to the main pokemon table, and
pokemon_evolution has grown an artificial primary key.

New evolution methods for Milotic, Leafeon, Glaceon, Magnezone, and
Probopass have been added.
pokedex/data/csv/pokemon.csv
pokedex/data/csv/pokemon_evolution.csv
pokedex/db/tables.py