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.
1 parent f585f90 commit 5e43aa2Copy full SHA for 5e43aa2
models/migrations/v1_25/v322.go
@@ -9,7 +9,7 @@ import (
9
10
func AddActionsConcurrency(x *xorm.Engine) error {
11
type ActionRun struct {
12
- RepoID int64 `xorm:"index index(repo_concurrency)"`
+ RepoID int64 `xorm:"index unique(repo_index) index(repo_concurrency)"`
13
ConcurrencyGroup string `xorm:"index(repo_concurrency)"`
14
ConcurrencyCancel bool
15
}
0 commit comments