Skip to content

Commit

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

Expand Down

0 comments on commit 055cd61

Please sign in to comment.