feat: sync data

This commit is contained in:
Alessandro Pezzè 2020-08-31 18:58:23 +02:00
parent cec70507e3
commit 955fb8c209
4 changed files with 50084 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -18,3 +18,5 @@ version_group_id,region_id
16,3
17,7
18,7
19,1
20,8

1 version_group_id region_id
18 16 3
19 17 7
20 18 7
21 19 1
22 20 8

View file

@ -17,3 +17,5 @@ id,identifier,generation_id,order
16,omega-ruby-alpha-sapphire,6,16
17,sun-moon,7,17
18,ultra-sun-ultra-moon,7,18
19,lets-go,7,19
20,sword-shield,8,20

1 id identifier generation_id order
17 16 omega-ruby-alpha-sapphire 6 16
18 17 sun-moon 7 17
19 18 ultra-sun-ultra-moon 7 18
20 19 lets-go 7 19
21 20 sword-shield 8 20

View file

@ -29,3 +29,7 @@ id,version_group_id,identifier
28,17,moon
29,18,ultra-sun
30,18,ultra-moon
31,19,lets-go-pikachu
32,19,lets-go-eevee
33,20,sword
34,20,shield

1 id version_group_id identifier
29 28 17 moon
30 29 18 ultra-sun
31 30 18 ultra-moon
32 31 19 lets-go-pikachu
33 32 19 lets-go-eevee
34 33 20 sword
35 34 20 shield