Add an additional column for hostgroup names with unchanged collation
refs #8613
This commit is contained in:
parent
98c76a693e
commit
c476ee6855
|
@ -161,6 +161,7 @@ class StatusQuery extends IdoQuery
|
|||
),
|
||||
'hostgroups' => array(
|
||||
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||
'hostgroup_name' => 'hgo.name1',
|
||||
'hostgroup_alias' => 'hg.alias'
|
||||
),
|
||||
'servicegroups' => array(
|
||||
|
|
Loading…
Reference in New Issue