mirror of
https://gitee.com/gitea/gitea
synced 2025-11-14 21:40:26 +08:00
Fix #185
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user