Skip to content
Snippets Groups Projects
Commit e723f959 authored by sks444's avatar sks444
Browse files

Add noop to data migration

parent bf456cf8
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,5 @@ class Migration(migrations.Migration): ...@@ -22,5 +22,5 @@ class Migration(migrations.Migration):
] ]
operations = [ operations = [
migrations.RunPython(make_many_screening_statuses), migrations.RunPython(make_many_screening_statuses, migrations.RunPython.noop),
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment