mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Split Pokédex version groups into their own table again.
spline-pokedex doesn't need to adapt; Pokedex.version_groups looks the same as always and VersionGroup.pokedex wasn't used anywhere.
This commit is contained in:
parent
386bbb1fdd
commit
66071291a6
3 changed files with 45 additions and 19 deletions
pokedex/data/csv
16
pokedex/data/csv/pokedex_version_groups.csv
Normal file
16
pokedex/data/csv/pokedex_version_groups.csv
Normal file
|
@ -0,0 +1,16 @@
|
|||
pokedex_id,version_group_id
|
||||
2,1
|
||||
2,2
|
||||
2,7
|
||||
3,3
|
||||
3,4
|
||||
4,5
|
||||
4,6
|
||||
5,8
|
||||
6,9
|
||||
7,10
|
||||
8,11
|
||||
9,14
|
||||
12,15
|
||||
13,15
|
||||
14,15
|
|
Loading…
Add table
Add a link
Reference in a new issue