Add an additional column for servicegroup names with unchanged collation
refs #8613
This commit is contained in:
parent
c476ee6855
commit
9557585f6a
|
@ -166,6 +166,7 @@ class StatusQuery extends IdoQuery
|
|||
),
|
||||
'servicegroups' => array(
|
||||
'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci',
|
||||
'servicegroup_name' => 'sgo.name1',
|
||||
'servicegroup_alias' => 'sg.alias'
|
||||
),
|
||||
'services' => array(
|
||||
|
|
Loading…
Reference in New Issue