feat: refs #7287 First commit #5

Open
guillermo wants to merge 3 commits from 7287-reasonLog into master
1 changed files with 2 additions and 1 deletions
Showing only changes of commit c0a23a0df8 - Show all commits

View File

@ -81,7 +81,8 @@ module.exports = class MyLogger {
newInstance = ?, newInstance = ?,
changedModelId = ?, changedModelId = ?,
changedModelValue = ?, changedModelValue = ?,
summaryId = ?` summaryId = ?,
reason = ?`
); );
logInfo.fetchStmt = await db.prepare( logInfo.fetchStmt = await db.prepare(
`SELECT id FROM ${sqlTable} `SELECT id FROM ${sqlTable}