We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sorting
project_issue
1 parent 21a6aad commit e41165fCopy full SHA for e41165f
models/project/issue.go
@@ -19,6 +19,9 @@ type ProjectIssue struct { //revive:disable-line:exported
19
20
// If 0, then it has not been added to a specific board in the project
21
ProjectBoardID int64 `xorm:"INDEX"`
22
+
23
+ // the sorting order on the board
24
+ Sorting int64 `xorm:"NOT NULL DEFAULT 0"`
25
}
26
27
func init() {
0 commit comments