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