veekun_pokedex/pokedex/data/csv/version_groups.csv
Petr Viktorin 1134415e13 Introduce an order column for version groups
Some code in spline-pokedex orders by `id`, which has worse consequences
than it may seem (e.g. instead of defaulting to most recent games, the
comparifier defaults to XD). This is the first step to fixing that.
2012-01-30 14:09:05 +01:00

15 lines
146 B
Plaintext

id,generation_id,pokedex_id,order
1,1,2,1
2,1,2,2
3,2,3,3
4,2,3,4
5,3,4,5
6,3,4,6
7,3,2,8
8,4,5,10
9,4,6,11
10,4,7,12
11,5,8,13
12,3,4,7
13,3,4,9