Skip to content

Commit

Permalink
Update migration file
Browse files Browse the repository at this point in the history
Removed 'fields_complete' migration field that was flagging an error.
  • Loading branch information
mscanlan-git committed Jul 5, 2023
1 parent 787cdd1 commit febce1e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ class Migration(migrations.Migration):
migrations.RemoveField(
model_name='credentialreview',
name='course_name_provided',
),
migrations.RemoveField(
model_name='credentialreview',
name='fields_complete',

),
migrations.RemoveField(
model_name='credentialreview',
Expand Down

0 comments on commit febce1e

Please sign in to comment.