diff --git a/colleges/migrations/0008_prosfellow_to_potfellowship.py b/colleges/migrations/0008_prosfellow_to_potfellowship.py index 4ad01e3212b8b4b6133e0b5ad5c18a507b6b6d1b..79652633a7a237a9a68f0ec8a9074ec0f1590be5 100644 --- a/colleges/migrations/0008_prosfellow_to_potfellowship.py +++ b/colleges/migrations/0008_prosfellow_to_potfellowship.py @@ -45,5 +45,6 @@ class Migration(migrations.Migration): ] operations = [ - migrations.RunPython(transfer_prosfel_data_to_potfellowship), + migrations.RunPython(transfer_prosfel_data_to_potfellowship, + reverse_code=migrations.RunPython.noop), ]