askbot.migrations.0013_add_response_count__to_user

class askbot.migrations.0013_add_response_count__to_user.Migration

Bases: south.v2.SchemaMigration

backwards(orm)

remove field User.respose_count

forwards(orm)

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

This Page