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