mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
ServicegroupQuery: Remove COLLATE from query column `service_host_name'
refs #8613
This commit is contained in:
parent
26f0b46516
commit
a17c2eddb7
@ -14,7 +14,7 @@ class ServicegroupQuery extends IdoQuery
|
|||||||
'host' => 'so.name1 COLLATE latin1_general_ci',
|
'host' => 'so.name1 COLLATE latin1_general_ci',
|
||||||
'host_name' => 'so.name1',
|
'host_name' => 'so.name1',
|
||||||
'service' => 'so.name2 COLLATE latin1_general_ci',
|
'service' => 'so.name2 COLLATE latin1_general_ci',
|
||||||
'service_host_name' => 'so.name1 COLLATE latin1_general_ci',
|
'service_host_name' => 'so.name1',
|
||||||
'service_description' => 'so.name2 COLLATE latin1_general_ci'
|
'service_description' => 'so.name2 COLLATE latin1_general_ci'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user