mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
38ce28e48f
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
136 B
136 B
1 | id | main_region_id | identifier |
---|---|---|---|
2 | 1 | 1 | generation-i |
3 | 2 | 2 | generation-ii |
4 | 3 | 3 | generation-iii |
5 | 4 | 4 | generation-iv |
6 | 5 | 5 | generation-v |
7 | 6 | 6 | generation-vi |