From 865b9030f26de5ce636fc66eeb9aac8a8bb63b93 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 6 Mar 2018 11:52:00 +0000
Subject: [PATCH] Update the activity type options

---
 opentech/apply/activity/migrations/0002_activity_type.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/activity/migrations/0002_activity_type.py b/opentech/apply/activity/migrations/0002_activity_type.py
index d0688ecb0..bc7ca42a5 100644
--- a/opentech/apply/activity/migrations/0002_activity_type.py
+++ b/opentech/apply/activity/migrations/0002_activity_type.py
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
         migrations.AddField(
             model_name='activity',
             name='type',
-            field=models.CharField(choices=[('comment', 'Comment'), ('activity', 'Activity')], default='comment', max_length=30),
+            field=models.CharField(choices=[('comment', 'Comment'), ('action', 'Action')], default='comment', max_length=30),
             preserve_default=False,
         ),
     ]
-- 
GitLab