load-shouts-discussed-coauthored
All checks were successful
Deploy on push / deploy (push) Successful in 2m4s

This commit is contained in:
2024-07-16 01:06:43 +03:00
parent 1223c633d4
commit 77282ade62
5 changed files with 56 additions and 4 deletions

View File

@@ -76,7 +76,6 @@ def add_author_stat_columns(q):
return q
def get_topic_shouts_stat(topic_id: int):
q = (
select(func.count(distinct(ShoutTopic.shout)))