monitoring: Fix renamed index in the ServicecommentdeletionhistoryQuery, part 2
refs #9956
This commit is contained in:
parent
58c630b7ef
commit
2f79c2f911
|
@ -30,7 +30,7 @@ class ServicecommentdeletionhistoryQuery extends ServicecommenthistoryQuery
|
|||
$this->columnMap['commenthistory']['timestamp'] = str_replace(
|
||||
'comment_time',
|
||||
'deletion_time',
|
||||
$this->columnMap['history']['timestamp']
|
||||
$this->columnMap['commenthistory']['timestamp']
|
||||
);
|
||||
$this->columnMap['commenthistory']['type'] = str_replace(
|
||||
'END)',
|
||||
|
|
Loading…
Reference in New Issue