Fixed some MySQL import problems.
authorEevee <git@veekun.com>
Sun, 8 Mar 2009 02:54:01 +0000 (18:54 -0800)
committerEevee <git@veekun.com>
Sun, 8 Mar 2009 02:54:01 +0000 (18:54 -0800)
commite436aa7bfeb905899777318818ac9c51c1917593
tree23c208ba83fe3e31406c6a85774aa7cbd3709400
parentb8ee6dcdeeef5c089aac0d3e01a751b547d12bd1
Fixed some MySQL import problems.

Tables weren't being defined as UTF-8 if that wasn't the server default.

A lot of tables were trying to create erroneous auto_increment columns.

Foreign key checks were pretty much fucking everything up.
pokedex/__init__.py
pokedex/db/__init__.py
pokedex/db/tables.py