This commit is contained in:
parent
6a4785cdac
commit
c551ca2e70
|
@ -87,7 +87,7 @@ def query_shouts():
|
||||||
.join(Shout, Shout.id == ShoutTopic.shout)
|
.join(Shout, Shout.id == ShoutTopic.shout)
|
||||||
.subquery()
|
.subquery()
|
||||||
)
|
)
|
||||||
.group_by(Shout.id)
|
.group_by(Shout.id, Shout.authors, Shout.topics)
|
||||||
.subquery()
|
.subquery()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user