Skip to content
Snippets Groups Projects
Commit 865b9030 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Update the activity type options

parent 8b4c967d
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ class Migration(migrations.Migration): ...@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
migrations.AddField( migrations.AddField(
model_name='activity', model_name='activity',
name='type', 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, preserve_default=False,
), ),
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment