ServicegroupQuery: Remove COLLATE from query column `service_desription'
refs #8613
This commit is contained in:
parent
a17c2eddb7
commit
055cd61421
|
@ -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'
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue