mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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(
|
$this->columnMap['commenthistory']['timestamp'] = str_replace(
|
||||||
'comment_time',
|
'comment_time',
|
||||||
'deletion_time',
|
'deletion_time',
|
||||||
$this->columnMap['history']['timestamp']
|
$this->columnMap['commenthistory']['timestamp']
|
||||||
);
|
);
|
||||||
$this->columnMap['commenthistory']['type'] = str_replace(
|
$this->columnMap['commenthistory']['type'] = str_replace(
|
||||||
'END)',
|
'END)',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user