mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user