ServicegroupQuery: Remove COLLATE from query column `host_name'

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-10 15:31:09 +02:00
parent f61370f55a
commit 26f0b46516
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class ServicegroupQuery extends IdoQuery
),
'services' => array(
'host' => 'so.name1 COLLATE latin1_general_ci',
'host_name' => 'so.name1 COLLATE latin1_general_ci',
'host_name' => 'so.name1',
'service' => 'so.name2 COLLATE latin1_general_ci',
'service_host_name' => 'so.name1 COLLATE latin1_general_ci',
'service_description' => 'so.name2 COLLATE latin1_general_ci'