Fix migrations for trashbin feature
Some checks failed
buildbot/tox Build done.

This commit is contained in:
2020-12-08 19:08:21 +01:00
parent e501ada83f
commit d60f1d9993
6 changed files with 71 additions and 37 deletions

View File

@@ -27,11 +27,6 @@ class Migration(migrations.Migration):
'ordering': ['updated_at'],
},
),
migrations.RenameField(
model_name='registration',
old_name='answered',
new_name='answered_2migrate',
),
migrations.AddField(
model_name='registrationstatus',
name='registration',