Bases: south.v2.SchemaMigration
remove field User.respose_count
adds integer field User.response_counter if the field does not yet exist this case checking is necessary to support syncdb of auth models a bit hacky but we have to do it as long as we keep patching auth models within the forum application