HostgroupQuery: Remove COLLATE from query column `host_name'

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-10 15:20:19 +02:00
parent 9f075e0691
commit 69e520a514
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class HostgroupQuery extends IdoQuery
),
'hosts' => array(
'host' => 'ho.name1 COLLATE latin1_general_ci',
'host_name' => 'ho.name1 COLLATE latin1_general_ci'
'host_name' => 'ho.name1'
)
);