1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Drop Generation.canonical_pokedex.

Generation VI doesn't have a canonical pokedex (it has three). We don't
use this anywhere and as far as i can tell we never have. We can revive
it in another form if and when we find we need it.

Conflicts:
	pokedex/data/csv/generations.csv
	pokedex/db/tables.py
This commit is contained in:
Andrew Ekstedt 2013-10-18 17:49:41 -07:00
parent 56aca8e9c3
commit 38ce28e48f
2 changed files with 7 additions and 11 deletions
pokedex/data/csv

View file

@ -1,7 +1,7 @@
id,main_region_id,canonical_pokedex_id,identifier
1,1,2,generation-i
2,2,7,generation-ii
3,3,4,generation-iii
4,4,6,generation-iv
5,5,8,generation-v
6,6,12,generation-vi
id,main_region_id,identifier
1,1,generation-i
2,2,generation-ii
3,3,generation-iii
4,4,generation-iv
5,5,generation-v
6,6,generation-vi

1 id main_region_id canonical_pokedex_id identifier
2 1 1 2 generation-i
3 2 2 7 generation-ii
4 3 3 4 generation-iii
5 4 4 6 generation-iv
6 5 5 8 generation-v
7 6 6 12 generation-vi