Skip to content
Snippets Groups Projects

calculate hot and trends only for not paid posts

Merged Marcin requested to merge mi_hot_and_trend_optimization into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,7 +25,7 @@ def update_hot_and_tranding_for_block_range( first_block = NO_CONSTRAINT, last_b
{}
GROUP BY hv.post_id
) as ds
WHERE ihp.id = ds.id
WHERE ihp.id = ds.id AND ihp.is_paidout = False
"""
sql = ""
Loading