mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-23 17:14:04 +09:00
fix: use LONGBLOB
This commit is contained in:
@ -121,7 +121,7 @@ func addActionsTables(x *xorm.Engine) error {
|
||||
LogInStorage bool // read log from database or from storage
|
||||
LogLength int64 // lines count
|
||||
LogSize int64 // blob size
|
||||
LogIndexes *[]int64 `xorm:"BLOB"` // line number to offset
|
||||
LogIndexes *[]int64 `xorm:"LONGBLOB"` // line number to offset
|
||||
LogExpired bool // files that are too old will be deleted
|
||||
|
||||
Created timeutil.TimeStamp `xorm:"created"`
|
||||
|
Reference in New Issue
Block a user