Skip to content

Commit

Permalink
Added missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sybrand committed Jun 14, 2018
1 parent 8532555 commit fcc886f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/registries/migrations/0006_auto_20180608_1934.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def update_application_status(apps, schema_editor):

def revert(apps, schema_editor):
RegistriesApplication = apps.get_model('registries', 'RegistriesApplication')
for application in RegistriesApplication.objects.all():
application.current_status = None
application.application_recieved_date = None
application.application_outcome_date = None
Expand Down

0 comments on commit fcc886f

Please sign in to comment.