mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
3ace3d8aa3
The idea here is to split each pokemon's moveset into sub-movesets which can be re-used across versions. Thanks to some mapper magic, this should be more or less transparent to users of pokedex. Although i'm sure inserting new moves will be a pain. Before: pokemon_moves: 312,305 rows After: pokemon_movesets: 11,268 rows pokemon_moveset_moves: 123,645 rows pokemon_moveset_version_groups: 23,597 rows total: 158,510 rows |
||
---|---|---|
.. | ||
add-bw-locations.py | ||
disambiguate-location-identifiers.py | ||
fill-pokemon_form_generations.py | ||
gen_iii_tutors.py | ||
gen_iv_tutors.py | ||
markdown-identifiers.py | ||
migration-i18n.py | ||
palpark.py | ||
pokemon_species.py | ||
README | ||
set_pokemon_order.py | ||
set_pokemon_order_columns.sql | ||
split-movesets.py | ||
version-group-pokemon-move-methods.py | ||
xd-tutors.py |
This directory contains scripts that are (or were once) used to maintain the database. Most of them will not work any more, since whatever they did was already done. They're included here for reference, should something similar be needed again. Make sure you know what you are doing when running these.