diff options
Diffstat (limited to 'vendor/xorm.io/xorm/interface.go')
-rw-r--r-- | vendor/xorm.io/xorm/interface.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/xorm.io/xorm/interface.go b/vendor/xorm.io/xorm/interface.go index 55162c8c4e..d31323ffd7 100644 --- a/vendor/xorm.io/xorm/interface.go +++ b/vendor/xorm.io/xorm/interface.go @@ -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 |