This commit is contained in:
parent
567507c412
commit
021765340a
|
@ -65,7 +65,6 @@ def query_with_stat(info):
|
||||||
# Основной запрос без GROUP BY
|
# Основной запрос без GROUP BY
|
||||||
q = (
|
q = (
|
||||||
select(Shout)
|
select(Shout)
|
||||||
.distinct()
|
|
||||||
.join(Author, Author.id == Shout.created_by)
|
.join(Author, Author.id == Shout.created_by)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user