import/export log messages

This commit is contained in:
SPRINX0\prochazka
2025-03-04 14:29:52 +01:00
parent 257ffa3cc4
commit 3bf22a8606
9 changed files with 3 additions and 16 deletions

View File

@@ -19,8 +19,6 @@ async function dropAllDbObjects({ connection, systemConnection, driver, analysed
const dbhan = systemConnection || (await connectUtility(driver, connection, 'write'));
logger.info(`Connected.`);
if (!analysedStructure) {
analysedStructure = await driver.analyseFull(dbhan);
}