From e723f959d63c72e63e9db9057e4f08ef0cfdf434 Mon Sep 17 00:00:00 2001 From: sks444 <krishnasingh.ss30@gmail.com> Date: Mon, 2 Nov 2020 11:24:55 +0530 Subject: [PATCH] Add noop to data migration --- .../0081_migrate_screening_status_to_screening_statuses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/funds/migrations/0081_migrate_screening_status_to_screening_statuses.py b/hypha/apply/funds/migrations/0081_migrate_screening_status_to_screening_statuses.py index 61fbf8316..4729ad737 100644 --- a/hypha/apply/funds/migrations/0081_migrate_screening_status_to_screening_statuses.py +++ b/hypha/apply/funds/migrations/0081_migrate_screening_status_to_screening_statuses.py @@ -22,5 +22,5 @@ class Migration(migrations.Migration): ] operations = [ - migrations.RunPython(make_many_screening_statuses), + migrations.RunPython(make_many_screening_statuses, migrations.RunPython.noop), ] -- GitLab