From 7a392e7133f7c3603ea838d492c2cf7650b3ed32 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 16 Sep 2018 22:02:40 +0200
Subject: [PATCH] Specify reverse_code in previous data migration

---
 colleges/migrations/0008_prosfellow_to_potfellowship.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/colleges/migrations/0008_prosfellow_to_potfellowship.py b/colleges/migrations/0008_prosfellow_to_potfellowship.py
index 4ad01e321..79652633a 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),
     ]
-- 
GitLab