diff --git a/opentech/apply/activity/migrations/0015_add_review_opinion_message.py b/opentech/apply/activity/migrations/0015_add_review_opinion_message.py
deleted file mode 100644
index bf3a53d32b02bf04684f0b922bb2e9ace7a6250f..0000000000000000000000000000000000000000
--- a/opentech/apply/activity/migrations/0015_add_review_opinion_message.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.0.10 on 2019-02-18 16:21
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('activity', '0014_add_batch_reviewer_message'),
-    ]
-
-    operations = [
-        migrations.AlterField(
-            model_name='event',
-            name='type',
-            field=models.CharField(choices=[('UPDATE_LEAD', 'Update Lead'), ('EDIT', 'Edit'), ('APPLICANT_EDIT', 'Applicant Edit'), ('NEW_SUBMISSION', 'New Submission'), ('SCREENING', 'Screening'), ('TRANSITION', 'Transition'), ('DETERMINATION_OUTCOME', 'Determination Outcome'), ('INVITED_TO_PROPOSAL', 'Invited To Proposal'), ('REVIEWERS_UPDATED', 'Reviewers Updated'), ('BATCH_REVIEWERS_UPDATED', 'Batch Reviewers Updated'), ('READY_FOR_REVIEW', 'Ready For Review'), ('NEW_REVIEW', 'New Review'), ('COMMENT', 'Comment'), ('PROPOSAL_SUBMITTED', 'Proposal Submitted'), ('OPENED_SEALED', 'Opened Sealed Submission'), ('REVIEW_OPINION', 'Review Opinion')], max_length=50),
-        ),
-    ]
diff --git a/opentech/apply/activity/migrations/0017_add_review_opinion.py b/opentech/apply/activity/migrations/0017_add_review_opinion.py
new file mode 100644
index 0000000000000000000000000000000000000000..c59a1458a577d05df0686a5b52dd5d9cfbb954c7
--- /dev/null
+++ b/opentech/apply/activity/migrations/0017_add_review_opinion.py
@@ -0,0 +1,18 @@
+# Generated by Django 2.0.9 on 2019-02-18 08:43
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('activity', '0016_add_batch_ready'),
+    ]
+
+    operations = [
+        migrations.AlterField(
+            model_name='event',
+            name='type',
+            field=models.CharField(choices=[('UPDATE_LEAD', 'Update Lead'), ('EDIT', 'Edit'), ('APPLICANT_EDIT', 'Applicant Edit'), ('NEW_SUBMISSION', 'New Submission'), ('SCREENING', 'Screening'), ('TRANSITION', 'Transition'), ('BATCH_TRANSITION', 'Batch Transition'), ('DETERMINATION_OUTCOME', 'Determination Outcome'), ('INVITED_TO_PROPOSAL', 'Invited To Proposal'), ('REVIEWERS_UPDATED', 'Reviewers Updated'), ('BATCH_REVIEWERS_UPDATED', 'Batch Reviewers Updated'), ('READY_FOR_REVIEW', 'Ready For Review'), ('BATCH_READY_FOR_REVIEW', 'Batch Ready For Review'), ('NEW_REVIEW', 'New Review'), ('COMMENT', 'Comment'), ('PROPOSAL_SUBMITTED', 'Proposal Submitted'), ('OPENED_SEALED', 'Opened Sealed Submission'), ('REVIEW_OPINION', 'Review Opinion')], max_length=50),
+        ),
+    ]