mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Update xorm and fix dump command (#692)
* update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json
This commit is contained in:
1
vendor/github.com/go-xorm/xorm/logger.go
generated
vendored
1
vendor/github.com/go-xorm/xorm/logger.go
generated
vendored
@ -12,6 +12,7 @@ import (
|
||||
"github.com/go-xorm/core"
|
||||
)
|
||||
|
||||
// default log options
|
||||
const (
|
||||
DEFAULT_LOG_PREFIX = "[xorm]"
|
||||
DEFAULT_LOG_FLAG = log.Ldate | log.Lmicroseconds
|
||||
|
Reference in New Issue
Block a user