Fix bug
This commit is contained in:
parent
f0dad57395
commit
6aa027643b
|
@ -471,6 +471,7 @@ func (engine *Engine) dumpTables(tables []*schemas.Table, w io.Writer, tp ...sch
|
||||||
destURI := dialects.URI{
|
destURI := dialects.URI{
|
||||||
DBType: tp[0],
|
DBType: tp[0],
|
||||||
DBName: uri.DBName,
|
DBName: uri.DBName,
|
||||||
|
Schema: uri.Schema,
|
||||||
}
|
}
|
||||||
dstDialect.Init(&destURI)
|
dstDialect.Init(&destURI)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue