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)
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.


No differences found