mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
ContactgroupQuery: Remove COLLATE from query column `contactgroup_name'
refs #8613
This commit is contained in:
parent
8477859dc1
commit
1dc16a1ab6
@ -8,7 +8,7 @@ class ContactgroupQuery extends IdoQuery
|
||||
protected $columnMap = array(
|
||||
'contactgroups' => array(
|
||||
'contactgroup' => 'cgo.name1 COLLATE latin1_general_ci',
|
||||
'contactgroup_name' => 'cgo.name1 COLLATE latin1_general_ci',
|
||||
'contactgroup_name' => 'cgo.name1',
|
||||
'contactgroup_alias' => 'cg.alias',
|
||||
),
|
||||
'contacts' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user