mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 02:29:30 +01:00
Update models/project/issue.go
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
1f4852e551
commit
29d40083f0
@ -17,7 +17,7 @@ type ProjectIssue struct { //revive:disable-line:exported
|
||||
IssueID int64 `xorm:"INDEX"`
|
||||
ProjectID int64 `xorm:"INDEX"`
|
||||
|
||||
// If this should not be zero from 1.22. If it's zero, it will not be displayed on UI and maybe result in errors.
|
||||
// ProjectBoardID should not be zero since 1.22. If it's zero, the issue will not be displayed on UI and it might result in errors.
|
||||
ProjectBoardID int64 `xorm:"INDEX"`
|
||||
|
||||
// the sorting order on the board
|
||||
|
Loading…
Reference in New Issue
Block a user