forked from forgejo/forgejo
Upgrade xorm to v1.1.1 (#16339)
This commit is contained in:
parent
32fd11395b
commit
760af187ba
39 changed files with 989 additions and 1201 deletions
1
vendor/xorm.io/xorm/interface.go
generated
vendored
1
vendor/xorm.io/xorm/interface.go
generated
vendored
|
@ -83,6 +83,7 @@ type EngineInterface interface {
|
|||
Context(context.Context) *Session
|
||||
CreateTables(...interface{}) error
|
||||
DBMetas() ([]*schemas.Table, error)
|
||||
DBVersion() (*schemas.Version, error)
|
||||
Dialect() dialects.Dialect
|
||||
DriverName() string
|
||||
DropTables(...interface{}) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue