This commit is contained in:
@@ -64,7 +64,6 @@ def query_shouts():
|
|||||||
";",
|
";",
|
||||||
func.concat("id:", Topic.id),
|
func.concat("id:", Topic.id),
|
||||||
func.concat("title:", Topic.title),
|
func.concat("title:", Topic.title),
|
||||||
func.concat("body:", Topic.body),
|
|
||||||
func.concat("slug:", Topic.slug),
|
func.concat("slug:", Topic.slug),
|
||||||
func.concat("is_main:", ShoutTopic.main),
|
func.concat("is_main:", ShoutTopic.main),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user