mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
EventgridQuery: Remove COLLATE from query column `service_description'
refs #8613
This commit is contained in:
parent
904e91bfa9
commit
8b2c0191c4
@ -26,7 +26,7 @@ class EventgridQuery extends IdoQuery
|
||||
'host' => 'sho.name1 COLLATE latin1_general_ci',
|
||||
'service' => 'sho.name2 COLLATE latin1_general_ci',
|
||||
'host_name' => 'sho.name1',
|
||||
'service_description' => 'sho.name2 COLLATE latin1_general_ci',
|
||||
'service_description' => 'sho.name2',
|
||||
'timestamp' => 'UNIX_TIMESTAMP(sh.state_time)'
|
||||
),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user