mirror of
https://github.com/go-gitea/gitea
synced 2025-11-01 11:58:25 +00:00
refactor: rename Number to Index
This commit is contained in:
@@ -131,8 +131,8 @@ func AddActionsTables(x *xorm.Engine) error {
|
||||
type ActionTaskStep struct {
|
||||
ID int64
|
||||
Name string `xorm:"VARCHAR(255)"`
|
||||
TaskID int64 `xorm:"index unique(task_number)"`
|
||||
Number int64 `xorm:"index unique(task_number)"`
|
||||
TaskID int64 `xorm:"index unique(task_index)"`
|
||||
Index int64 `xorm:"index unique(task_index)"`
|
||||
RepoID int64 `xorm:"index"`
|
||||
Status int `xorm:"index"`
|
||||
LogIndex int64
|
||||
|
||||
Reference in New Issue
Block a user