瀏覽代碼

Add missing `sorting` column in `project_issue` table (#19635)

tags/v1.18.0-dev
wxiaoguang 2 年之前
父節點
當前提交
994257d266
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      models/project/issue.go

+ 3
- 0
models/project/issue.go 查看文件

@@ -19,6 +19,9 @@ type ProjectIssue struct { //revive:disable-line:exported

// If 0, then it has not been added to a specific board in the project
ProjectBoardID int64 `xorm:"INDEX"`

// the sorting order on the board
Sorting int64 `xorm:"NOT NULL DEFAULT 0"`
}

func init() {

Loading…
取消
儲存