fix sql for only_full_group_by (#581)

This commit is contained in:
Kevin Papst
2019-02-19 13:39:08 +01:00
committed by GitHub
parent 49c78ddd9d
commit 0b57bd51ca

View File

@@ -55,7 +55,6 @@ class ActivityRepository extends AbstractRepository
->andWhere('p.visible = 1')
->andWhere('c.visible = 1')
->groupBy('a.id', 'p.id')
->orderBy('t.end', 'DESC')
->setMaxResults(10)
;