mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
HostgroupQuery: Remove COLLATE from query column `host_name'
refs #8613
This commit is contained in:
parent
9f075e0691
commit
69e520a514
@ -14,7 +14,7 @@ class HostgroupQuery 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'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user