1
0
Fork 0
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:
Lynn "Zhorken" Vaughan 2013-11-06 08:51:28 -05:00
parent 386bbb1fdd
commit 66071291a6
3 changed files with 45 additions and 19 deletions

View 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
1 pokedex_id version_group_id
2 2 1
3 2 2
4 2 7
5 3 3
6 3 4
7 4 5
8 4 6
9 5 8
10 6 9
11 7 10
12 8 11
13 9 14
14 12 15
15 13 15
16 14 15