rating-fix-5
All checks were successful
Deploy on push / deploy (push) Successful in 21s

This commit is contained in:
Untone 2024-03-29 02:40:08 +03:00
parent 943b52e067
commit 489e6b39a9

View File

@ -153,6 +153,7 @@ def add_rating_columns(q, group_list):
)
)).label('shouts_rating')
)
.select_from(Reaction)
.outerjoin(
Shout,
Shout.authors.any(Author.id == Author.id)