feat: refs #6449 add summaryId on delete
gitea/mylogger/pipeline/pr-master This commit looks good
Details
gitea/mylogger/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
66e8f149ea
commit
8e5c2af4ee
|
@ -96,7 +96,8 @@ module.exports = class MyLogger {
|
|||
SET originFk = ?,
|
||||
creationDate = ?,
|
||||
oldInstance = ?,
|
||||
changedModelValue = ?
|
||||
changedModelValue = ?,
|
||||
summaryId = ?
|
||||
WHERE id = ?`
|
||||
);
|
||||
}
|
||||
|
@ -539,6 +540,7 @@ module.exports = class MyLogger {
|
|||
created,
|
||||
oldInstance,
|
||||
modelValue,
|
||||
summaryId,
|
||||
deleteRow.id
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue