ServicegroupQuery: Remove COLLATE from query column `service_desription'

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-10 15:32:47 +02:00
parent a17c2eddb7
commit 055cd61421
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class ServicegroupQuery extends IdoQuery
'host_name' => 'so.name1',
'service' => 'so.name2 COLLATE latin1_general_ci',
'service_host_name' => 'so.name1',
'service_description' => 'so.name2 COLLATE latin1_general_ci'
'service_description' => 'so.name2'
)
);