1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 22:17:20 +00:00
This commit is contained in:
Unknown
2014-05-14 13:04:57 -04:00
parent 16bddd593a
commit b70db61854
4 changed files with 27 additions and 6 deletions

View File

@ -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