Commit 4d506016 by Adam Palay Committed by Calen Pennington

Add a backwards migration to delete the archive table

parent c7ac4100
......@@ -27,6 +27,8 @@ class Migration(SchemaMigration):
# Changing field 'AnonymousUserId.anonymous_user_id'
db.alter_column('student_anonymoususerid', 'anonymous_user_id', self.gf('django.db.models.fields.CharField')(max_length=16, unique=True))
db.execute("DROP TABLE student_anonymoususerid_temp_archive")
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment