Reduce GROUP BY for service status queries

refs #12732
This commit is contained in:
Eric Lippmann 2017-07-25 13:54:09 +02:00
parent 3322d7a7d9
commit a3ac61c0ef

View File

@ -18,7 +18,7 @@ class ServicestatusQuery extends IdoQuery
/**
* {@inheritdoc}
*/
protected $groupBase = array('services' => array('so.object_id', 's.service_id'));
protected $groupBase = array('services' => array('so.object_id'));
/**
* {@inheritdoc}