SYNC: imrpoved logging of DB analyser

This commit is contained in:
SPRINX0\prochazka
2025-09-24 10:12:06 +02:00
committed by Diflow
parent da1efe880d
commit 9886c58681
2 changed files with 9 additions and 1 deletions

View File

@@ -376,6 +376,7 @@ class Analyser extends DatabaseAnalyser {
this.logger.debug(
{
...this.getLogDbInfo(),
tables: res.tables?.length,
columns: _.sum(res.tables?.map(x => x.columns?.length)),
primaryKeys: res.tables?.filter(x => x.primaryKey)?.length,