mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Remove COLLATE from host_name and service_description in the Contact query
refs #8614 refs #8613
This commit is contained in:
parent
16c78c5cab
commit
7212434856
@ -34,12 +34,12 @@ class ContactQuery extends IdoQuery
|
|||||||
),
|
),
|
||||||
'hosts' => array(
|
'hosts' => array(
|
||||||
'host' => 'ho.name1 COLLATE latin1_general_ci',
|
'host' => 'ho.name1 COLLATE latin1_general_ci',
|
||||||
'host_name' => 'ho.name1 COLLATE latin1_general_ci',
|
'host_name' => 'ho.name1',
|
||||||
),
|
),
|
||||||
'services' => array(
|
'services' => array(
|
||||||
'service' => 'so.name1 COLLATE latin1_general_ci',
|
'service' => 'so.name1 COLLATE latin1_general_ci',
|
||||||
'service_description' => 'so.name2 COLLATE latin1_general_ci',
|
'service_description' => 'so.name2',
|
||||||
'service_host_name' => 'so.name1 COLLATE latin1_general_ci',
|
'service_host_name' => 'so.name1',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user