1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-26 22:46:09 +02:00

Merge branch 'lunny/fix_move_column' of github.com:lunny/gitea into lunny/fix_move_column

This commit is contained in:
Lunny Xiao 2024-04-28 15:18:13 +08:00
commit 3fb24e53f1

View File

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