aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-14 13:04:57 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-14 13:04:57 -0400
commitb70db618547b2167cac7e35be5405fb385512f30 (patch)
tree6e9c5a6f9240c983a2336472121e116707676a44 /models/issue.go
parent16bddd593a9c4cd075d5e4ad8ed69c049223aef1 (diff)
downloadgitea-b70db618547b2167cac7e35be5405fb385512f30.tar.gz
gitea-b70db618547b2167cac7e35be5405fb385512f30.zip
Fix #185
Diffstat (limited to 'models/issue.go')
-rw-r--r--models/issue.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/issue.go b/models/issue.go
index 3d3e433a42..7dd69267ae 100644
--- a/models/issue.go
+++ b/models/issue.go
@@ -167,6 +167,8 @@ type IssueUser struct {
Uid int64 // User ID.
IssueId int64
RepoId int64
+ MilestoneId int64
+ Labels string `xorm:"TEXT"`
IsRead bool
IsAssigned bool
IsMentioned bool