mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
import data fixes
This commit is contained in:
@@ -59,6 +59,8 @@ async function importDbFromFolder({ connection, systemConnection, driver, folder
|
||||
const dst = await tableWriter({
|
||||
systemConnection: dbhan,
|
||||
pureName: table.pureName,
|
||||
driver,
|
||||
targetTableStructure: table,
|
||||
});
|
||||
await copyStream(src, dst);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user