Skip to content

Commit

Permalink
HostgroupQuery: Remove COLLATE from query column `hostgroup_name'
Browse files Browse the repository at this point in the history
refs #8613
  • Loading branch information
Johannes Meyer committed Apr 10, 2015
1 parent 1f4b3aa commit 9f075e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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',
),
Expand Down

0 comments on commit 9f075e0

Please sign in to comment.