mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-29 12:02:55 +09:00
build UI
This commit is contained in:
@ -50,7 +50,7 @@ func addBotTables(x *xorm.Engine) error {
|
||||
|
||||
type BotsRun struct {
|
||||
ID int64
|
||||
Name string
|
||||
Title string
|
||||
RepoID int64 `xorm:"index unique(repo_workflow_index)"`
|
||||
WorkflowID string `xorm:"index unique(repo_workflow_index)"` // the name of workflow file
|
||||
Index int64 `xorm:"index unique(repo_workflow_index)"` // a unique number for each run of a particular workflow in a repository
|
||||
|
Reference in New Issue
Block a user