HostgroupQuery: Remove COLLATE from query column `hostgroup_name'
refs #8613
This commit is contained in:
parent
1f4b3aa8ea
commit
9f075e0691
|
@ -8,7 +8,7 @@ class HostgroupQuery extends IdoQuery
|
|||
protected $columnMap = array(
|
||||
'hostgroups' => array(
|
||||
'hostgroups' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||
'hostgroup_name' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||
'hostgroup_name' => 'hgo.name1',
|
||||
'hostgroup_alias' => 'hg.alias',
|
||||
'id' => 'hg.hostgroup_id',
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue