Bases: south.v2.SchemaMigration
when user calls syncdb with askbot the first time the auth_user table will be created together with the patched columns so, we need to add these columns here in separate transactions and roll back if they fail, if we want we could also record - which columns clash