]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/models/action.py
Jira OSQA-598, a functionality that allows to convert comments to questions directly...
[osqa.git] / forum / models / action.py
index ca92c27c838d008d6b5ecad46c44c8d5690704e5..e8d076542adbdce911816203d808ad85b9ff1137 100644 (file)
@@ -44,7 +44,7 @@ class Action(BaseModel):
     real_user = models.ForeignKey('User', related_name="proxied_actions", null=True)
     ip   = models.CharField(max_length=39)
     node = models.ForeignKey('Node', null=True, related_name="actions")
-    action_type = models.CharField(max_length=16)
+    action_type = models.CharField(max_length=32)
     action_date = models.DateTimeField(default=datetime.datetime.now)
 
     extra = PickledObjectField()