forked from NYANDEV/forgejo
Fix #185
This commit is contained in:
parent
16bddd593a
commit
b70db61854
4 changed files with 27 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue