Correct db migration for trashbin feature
This commit is contained in:
@@ -27,9 +27,10 @@ class Migration(migrations.Migration):
|
||||
'ordering': ['updated_at'],
|
||||
},
|
||||
),
|
||||
migrations.RemoveField(
|
||||
migrations.RenameField(
|
||||
model_name='registration',
|
||||
name='answered',
|
||||
old_name='answered',
|
||||
new_name='answered_2migrate',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='registrationstatus',
|
||||
|
||||
Reference in New Issue
Block a user