veekun / pokedex

more than you ever wanted to know about Pokémon
MIT License
1.44k stars 637 forks source link

Missing Generation I changed move types #212

Closed GCSBOSS closed 7 years ago

GCSBOSS commented 7 years ago

Hello!

I have noticed the moves whose type changed from Gen I to Gen II are missing in move_changelog.csv. Is it still valid to fix this data?

INSERT INTO Move_Changelog(move_id, changed_in_version_group_id, type_id) VALUES (2, 1, 1), (44, 1, 1), (16, 1, 1), (28, 1, 1);

The code above should get it done, anyway.

GCSBOSS commented 7 years ago

I have just realized I misinterpreted move_changelog's schema. The data ia already there. Closing the issue.