add missing package
This commit is contained in:
parent
880a7b297d
commit
73ee8812be
|
@ -11,6 +11,7 @@ import (
|
||||||
|
|
||||||
"xorm.io/xorm/internal/utils"
|
"xorm.io/xorm/internal/utils"
|
||||||
"xorm.io/xorm/names"
|
"xorm.io/xorm/names"
|
||||||
|
"xorm.io/xorm/schemas"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TableNameWithSchema will add schema prefix on table name if possible
|
// TableNameWithSchema will add schema prefix on table name if possible
|
||||||
|
|
Loading…
Reference in New Issue