changing current DB handler for MySQL #1237

This commit is contained in:
SPRINX0\prochazka
2025-11-04 15:20:21 +01:00
parent af69352361
commit 1404685296
5 changed files with 28 additions and 0 deletions

View File

@@ -130,6 +130,9 @@ const drivers = driverBases.map(driverBase => ({
time: new Date(),
severity: 'info',
});
if (row.stateChanges?.schema) {
options.changedCurrentDatabase(row.stateChanges.schema);
}
} else {
if (columns) {
options.row(zipDataRow(row, columns));