SYNC: pgsql: added notice detail #1108

This commit is contained in:
SPRINX0\prochazka
2025-05-12 13:05:49 +02:00
committed by Diflow
parent 36ae07074d
commit c3e09ddab0

View File

@@ -171,6 +171,7 @@ const drivers = driverBases.map(driverBase => ({
procedure: where,
time: new Date(),
severity: 'info',
detail: notice,
});
};