Whoops; preserve column order.
[zzz-pokedex.git] / pokedex / db / tables.py
2011-03-25  EeveeWhoops; preserve column order.
2011-03-24  EeveeRemove LanguageSpecific.
2011-03-24  EeveeRemoved ProseColumn and TextColumn. Huzzah.
2011-03-22  EeveeStarted switching to create_translation_table.
2011-03-22  EeveeSigh! Remove support for strings as keys; use Language...
2011-03-20  EeveeNew i18n schema thing impl, and fixed the new tests...
2011-03-19  EeveeAdded a test for the i18n dynamic table generation.
2011-03-19  EeveeRename some meta-schema variables for ease of debugging.
2011-03-15  EeveeReplace String* sqla stuff with association_proxy.
2011-03-15  EeveeGive every db table a __str__.
2011-03-14  EeveeTidy up relation creation for name tables.
2011-03-14  EeveeRemove OfficiallyNamed and UnofficiallyNamed.
2011-03-13  EeveeMerge branch 'encukou'
2011-03-13  EeveeFix some i18n schema issues when running under a Real...
2011-03-13  Petr ViktorinMake the string properties mutable
2011-03-13  Petr ViktorinUse DefaultLangProperty for Markdown columns
2011-03-13  Petr ViktorinRename StatHint.text to .message (clashed with the...
2011-03-13  Petr Viktorinfixup! I18n for the database schema
2011-03-13  Petr ViktorinSupport filtering by strings (Pokemon.name, Pokemon...
2011-03-13  Petr ViktorinAdd descriptions to new tables
2011-03-13  Petr ViktorinUse a class + mapper instead of dynamic declarative...
2011-03-13  Petr ViktorinReplace all_tables by table_classes; get rid of globals()
2011-03-13  EeveePreserve the order of TextColumns and ProseColumns.
2011-03-13  Petr ViktorinMulti-language markdown move properties
2011-03-13  Petr ViktorinI18n for the database schema
2011-03-09  Eevee"Characteristic" text, here called stat hints.
2011-03-09  EeveeAdd B/W move metadata. #389
2011-02-11  Lynn "Zhorken" VaughanShorten some over-long move effect changelog entries. veekun-promotions/2011021501 veekun-promotions/2011021502 veekun-promotions/2011022101
2011-02-11  Lynn "Zhorken" VaughanSupport null PP for Struggle and Shadow moves. #190
2011-02-11  Lynn "Zhorken" VaughanSupport null pre-D/P damage class for ??? and Shadow.
2011-02-10  EeveeAdd a couple relations for move effect changelogs.
2011-01-31  Lynn "Zhorken" VaughanOrder Ability's Pokémon relations by Pokemon.order.
2011-01-31  Lynn "Zhorken" VaughanMake Type.moves a proper relation with an order_by.
2011-01-31  Lynn "Zhorken" VaughanMorning is not a separate time of day for evolution.
2011-01-28  EeveeRemove useless encounter_slot_conditions table. #297
2011-01-28  EeveeLots of encounters were using slots that claimed to...
2011-01-25  Lynn "Zhorken" VaughanMerge the fem_sprite columns into has_gender_difference...
2011-01-24  Lynn "Zhorken" VaughanAdd properties for getting a Pokemon from a PokemonForm...
2010-12-25  Lynn "Zhorken" VaughanImprove a bunch of schema documentation.
2010-12-25  Lynn "Zhorken" VaughanSupport kaburumo and chobomaki's trade-for-each other...
2010-12-21  a_magical_meAdd order_by=Pokemon.order to a few relations.
2010-12-15  a_magical_meGive Pokemon an order column.
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.
next