import data fixes

This commit is contained in:
Jan Prochazka
2025-02-24 16:14:45 +01:00
parent 805a063fa1
commit 8bea9b8312
7 changed files with 18 additions and 14 deletions

View File

@@ -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);
}