diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-14 13:04:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-14 13:04:57 -0400 |
commit | b70db618547b2167cac7e35be5405fb385512f30 (patch) | |
tree | 6e9c5a6f9240c983a2336472121e116707676a44 /models/issue.go | |
parent | 16bddd593a9c4cd075d5e4ad8ed69c049223aef1 (diff) | |
download | gitea-b70db618547b2167cac7e35be5405fb385512f30.tar.gz gitea-b70db618547b2167cac7e35be5405fb385512f30.zip |
Fix #185
Diffstat (limited to 'models/issue.go')
-rw-r--r-- | models/issue.go | 2 |
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 |