chore: rename to NumActionRuns

This commit is contained in:
Jason Song
2023-01-04 18:21:26 +08:00
parent 6148e4c940
commit 95167fd0a2
6 changed files with 13 additions and 13 deletions

View File

@@ -93,8 +93,8 @@ func AddActionsTables(x *xorm.Engine) error {
}
type Repository struct {
NumRuns int `xorm:"NOT NULL DEFAULT 0"`
NumClosedRuns int `xorm:"NOT NULL DEFAULT 0"`
NumActionRuns int `xorm:"NOT NULL DEFAULT 0"`
NumClosedActionRuns int `xorm:"NOT NULL DEFAULT 0"`
}
type ActionRunIndex db.ResourceIndex