Merge "Add story_type_id to stories"

This commit is contained in:
Jenkins 2016-04-15 13:22:55 +00:00 committed by Gerrit Code Review
commit 422e43f574
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class Story(base.BaseObject):
creator_id = None
status = None
tags = None
story_type_id = None
tasks = tasks.TasksNestedManager
comments = timeline.CommentsNestedManager