mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-24 09:34:04 +09:00
feat: GetRunningTaskByToken
This commit is contained in:
@ -115,7 +115,7 @@ func addBotTables(x *xorm.Engine) error {
|
||||
|
||||
TokenHash string `xorm:"UNIQUE"` // sha256 of token
|
||||
TokenSalt string
|
||||
TokenLastEight string `xorm:"token_last_eight"`
|
||||
TokenLastEight string `xorm:"index token_last_eight"`
|
||||
|
||||
LogFilename string // file name of log
|
||||
LogInStorage bool // read log from database or from storage
|
||||
|
Reference in New Issue
Block a user