about summary refs log tree commit diff stats
path: root/db/migrate/20180113200119_move_species_to_revision.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moved species from Pokémon to revisionKelly Rauchenberger2018-01-131-0/+39
The migration will set all of the revisions of each Pokémon to have the species that that Pokémon was set to. If reversed, the migration sets the Pokémon's species to the first revision's species, which mimics the behavior of the engine from before this change, but do note that running the migration backwards like this can lose data. This change slightly affects the loading time of the front page. See #2. refs #3