PHRAS-4033 fix timeline history for writemetadata and subdefinition (#4491)

* fix timeline historic for writemetadata and subdefinition

* fix alter table in log_docs
This commit is contained in:
Aina Sitraka
2024-03-25 21:23:06 +03:00
committed by GitHub
parent d8d8c714e4
commit 28bb3630b4
3 changed files with 23 additions and 6 deletions

View File

@@ -295,7 +295,8 @@ class Session_Logger
$comment = json_encode([
'finished' => empty($finished) ? '' : $finished->format('Y-m-d H:i:s'),
'duration' => empty($finished) ? '' : $finished->getTimestamp() - $workerRunningJob->getCreated()->getTimestamp() ,
'status' => $status
'status' => $status,
'subdefName' => $subdefName
]);
if ($count > 0) {