ソースを参照

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 ファイルの表示



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

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


func init() { func init() {

読み込み中…
キャンセル
保存