Whoops; preserve column order.
[zzz-pokedex.git] / pokedex / db / tables.py
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.
2009-07-29  EeveeAdded growth rate formulas in LaTeX format.
2009-07-28  Eeveepokemon_moves table no longer tries to have an autoinc...
2009-07-28  EeveeAdded Move.type relation.
2009-07-27  EeveeMerge branch 'master' of git@veekun.com:pokedex into...
2009-07-27  EeveeAdded Pokémon movesets. #14
2009-07-18  EeveeVery simple items table and wild held item data. #10
2009-07-06  EeveeMerge branch 'master' of git@veekun.com:pokedex
2009-07-04  EeveeFixed a slew of foriegn key import problems. #29
2009-06-21  EeveeAdded remaining Pokémon form data. #5
2009-06-16  EeveeAdded some Pokémon methods to hide form weirdness. #5
2009-06-16  EeveeAdded Platinum forms. #5
2009-05-17  EeveeOops! Added encoding line to tables.py. #6
2009-05-17  EeveeDocumented crazy encounter schema. #7
2009-05-01  EeveeAdded encounter data for Diamond, Pearl, and Platinum.
2009-03-26  EeveeAdded a couple extra female back sprite flags, new...
2009-03-23  EeveeMerge branch 'master' of eevee@tekkanin.veekun.com...
2009-03-20  EeveeAdded relations for evolution.
2009-03-08  EeveeFixed some MySQL import problems.
2009-03-07  EeveeAdded habitat sprites. Renamed flavor to flavor_text.
2009-03-05  EeveeAdded Pokemon body shapes.
2009-03-04  EeveeFew more relations, for egg groups and evo chains.
2009-03-04  EeveeAdded region names to the generations table.
2009-03-02  EeveeAdded a generation_id column to the pokemon table.
2009-03-02  EeveeAdded more table relations, for spline-pokedex Pokemon...
2009-02-24  EeveeAdded a whole bunch of foreign keys.
2009-02-05  EeveeInitial commit, with much of the data imported.