mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
ContactgroupQuery: Remove COLLATE from query column `contact_name'
refs #8613
This commit is contained in:
parent
1dc16a1ab6
commit
6536878d5d
@ -13,7 +13,7 @@ class ContactgroupQuery extends IdoQuery
|
|||||||
),
|
),
|
||||||
'contacts' => array(
|
'contacts' => array(
|
||||||
'contact' => 'co.name1 COLLATE latin1_general_ci',
|
'contact' => 'co.name1 COLLATE latin1_general_ci',
|
||||||
'contact_name' => 'co.name1 COLLATE latin1_general_ci',
|
'contact_name' => 'co.name1',
|
||||||
'contact_alias' => 'c.alias',
|
'contact_alias' => 'c.alias',
|
||||||
'contact_email' => 'c.email_address',
|
'contact_email' => 'c.email_address',
|
||||||
'contact_pager' => 'c.pager_address',
|
'contact_pager' => 'c.pager_address',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user