Give move changelogs a few more relations. #78
[zzz-pokedex.git] / pokedex / db / tables.py
2010-12-14  Lynn "Zhorken" VaughanGive move changelogs a few more relations. #78
2010-12-13  Lynn "Zhorken" VaughanMerge branch 'master' of git.veekun.com:pokedex
2010-12-13  EeveeAdded a short_effect column to the items table.
2010-12-12  EeveeEagerload PokemonName.language.
2010-12-11  Lynn "Zhorken" VaughanGive abilities separate relations for all/normal/dream...
2010-12-08  Brigit LemanskiFixing typos like a winner.
2010-12-08  Brigit LemanskiImplement move effect changelog; misc move fixes.
2010-12-07  Brigit LemanskiChangelog for RGBY -> GS, HGSS -> BW
2010-12-07  Lynn "Zhorken" VaughanRename the "none" damage class to "non-damaging".
2010-12-06  ZhorkenOrder move changelogs descendingly.
2010-12-06  ZhorkenMake version_group.versions an actual relation with...
2010-12-06  ZhorkenImplement an ability changelog; add a few changes. #78
2010-12-05  ZhorkenVersion group Pokédexes don't need their own table.
2010-12-01  EeveeImplement a move data changelog. Update old moves...
2010-11-30  ZhorkenAdd Pokémon's Pokéathlon stats to the database. #285
2010-11-30  ZhorkenOverhaul the Pokémon form schema. #286 #179 #379
2010-11-25  EeveeAdd Dream World abilities. #380
2010-11-20  Petr ViktorinFinish documenting the tables veekun-promotions/2010112001
2010-11-20  Petr ViktorinSchema documentation, up to Language
2010-10-17  EeveeMoved priority out of the move_effects table.
2010-09-27  ZhorkenOrder Pokemon.stats by stat id. #366
2010-09-25  ZhorkenB/W: Add new items to the database.
2010-09-19  EeveeB&W: New moves. Also changed always-hit moves to NULL...
2010-09-19  EeveeB&W: Added all new Pokémon! Forms now start at 10001.
2010-09-11  EeveeFixed missing indices on the pokemon_moves table. veekun-promotions/2010091201 veekun-promotions/2010091202
2010-09-02  EeveeMake baby-trigger items (i.e., incense) a foreign key...
2010-09-02  EeveeAdd a Nature.is_neutral helper property.
2010-08-07  ZhorkenAdd foreign type names to the database. veekun-promotions/2010080801 veekun-promotions/2010080802
2010-07-26  EeveeAdded gen 4 location internal ids and some pseudo-locat...
2010-07-26  EeveeAdd identifiers for move flags.
2010-07-14  ZhorkenStore each Pokémon's initial hatch counter instead...
2010-06-15  ZhorkenAdd foreign names to the database.
2010-06-08  ZhorkenAdded foreign nature names to the database.
2010-06-07  ZhorkenOrder Pokémon dex numbers by Pokédex ID.
2010-06-07  ZhorkenGive Pokémon internal IDs their own table and add all...
2010-06-02  EeveeForm groups, rst => markdown veekun-promotions/2010060201
2010-06-02  EeveeScrap docutils for markdown. #275
2010-06-02  EeveeLink stats to damage classes.
2010-06-02  EeveeBlindly throw some more indexes on pokemon_moves.
2010-05-26  ZhorkenUpdate the form group description column. #210
2010-05-26  ZhorkenAdd foreign ability names to the database.
2010-05-25  EeveePokemon.evolution_* => Pokemon.*_pokemon
2010-05-25  EeveeFix a many-to-many join bug with evolutions.
2010-05-25  EeveeRemoved evolution_methods table. #42
2010-05-25  EeveeOverhauled evolution. #42
2010-05-20  ZhorkenLink move flavour text to version groups. #169
2010-05-12  EeveeAdded some missing item icons and fixed TMs/Data Cards...
2010-05-10  EeveePokemon.types should order by slot. #220
2010-05-04  ZhorkenAdded ability flavour text. #62
2010-05-04  ZhorkenAdded ability effects. Rewrote short effects. #39
2010-05-04  ZhorkenAdded abilities' generations to the database.
2010-05-03  EeveeAdded GrowthRate.max_experience.
2010-05-03  EeveeRestored Item.appears_underground and added location...
2010-05-03  EeveeBroke existing item flags out into their own table.
2010-05-03  EeveeAdded item HG/SS flavor text and internal ids. #168?
2010-04-27  a_magical_meAdd experience tables.
2010-04-27  EeveeJammed in a bunch of nature stuff.
2010-04-27  EeveeTurned Move.contest_type into a foreign key.
2010-04-27  EeveeItem tidying; fixed missing és, added ItemPocket.identi...
2010-04-26  EeveeAt last, imported item and berry data. #10
2010-04-24  ZhorkenMerge branch 'master' of git@veekun.com:pokedex
2010-04-21  a_magical_meFix location_area_encounter_rates
2010-04-19  EeveeSupport natures in lookup.
2010-04-17  EeveeAdded Pokemon.stat() accessor.
2010-04-17  EeveeAdded canonical_pokedex, Pokedex.region, and some Pokéd...
2010-04-13  a_magical_meAdd slot index to encounter_slots
2010-03-29  EeveeWhy am I importing sqlalchemy.databases.mysql...?
2010-03-29  EeveeAdded natures table.
2010-03-16  ZhorkenAdded language codes alongside the country codes.
2010-03-10  EeveeFixed the hell out of all remaining form problems.
2010-03-03  EeveeFactored habitats into a separate table.
2010-03-03  EeveeFactored Pokémon colors out into their own table.
2010-02-17  ZhorkenMoved Gen-I internal Pokémon IDs to their own Pokédex.
2010-02-17  ZhorkenAdded Pokédexes to replace dex numbers' generations.
2010-01-31  ZhorkenMerge branch 'master' of git://veekun.com/pokedex
2010-01-28  EeveeMade regions first-class objects.
2010-01-28  EeveeRe-re-ripped HG/SS encounters.
2010-01-28  EeveeRedumped encounters for all five gen4 games.
2009-12-20  ZhorkenAdded types' generations and pre-gen-IV damage classes.
2009-12-20  ZhorkenAdded types' generations and pre-gen-IV damage classes.
2009-12-09  EeveeRefactored encounters schema so HG/SS can work.
2009-11-28  EeveeAdded PokemonMove.machine relation.
2009-11-24  EeveeAdded ISO-3166 country codes to languages table and...
2009-11-09  EeveeAdded move categories. #41
2009-09-19  EeveeAdded HG/SS machines.
2009-09-16  EeveeAdded contest combos.
2009-09-15  EeveeMarked sprite forms with what version group introduced...
2009-09-15  EeveeAdded move flavor text.
2009-09-15  EeveeAdded super contest effects.
2009-09-15  EeveeAdded preliminary HG/SS encounter data.
2009-09-14  EeveeBalls. Last commit was only data. Here's move flag...
2009-09-14  EeveeAdded foreign move names. Japanese only so far.
2009-09-10  EeveeMade short_effect also an rST column, so effect chance...
2009-09-10  EeveeAdded __singlename__ property to tables that have corre...
2009-09-01  EeveeAdded semi-magical reST parsing for move effects.
2009-08-27  EeveeMoved damage classes to a separate table. #76
2009-08-19  EeveeFixed some weirdness using version_group as a one-to...
2009-08-13  EeveeAdded generation_id to moves.
2009-08-10  EeveeAdded machines table.
2009-08-04  EeveeAdded Move.effect and VersionGroup.generation relations.
next