ismain-fix
Some checks failed
Deploy on push / deploy (push) Failing after 10s

This commit is contained in:
Untone 2024-08-07 17:53:59 +03:00
parent 1ce12c0980
commit 5a6a318b60

View File

@ -66,6 +66,7 @@ def query_shouts():
func.concat("title:", Topic.title), func.concat("title:", Topic.title),
func.concat("body:", Topic.body), func.concat("body:", Topic.body),
func.concat("slug:", Topic.slug), func.concat("slug:", Topic.slug),
func.concat("is_main:", ShoutTopic.main),
), ),
", ", ", ",
).label("topics"), ).label("topics"),