Add an additional column for hostgroup names with unchanged collation

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-08 14:42:57 +02:00
parent 98c76a693e
commit c476ee6855
1 changed files with 1 additions and 0 deletions

View File

@ -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(