Skip to content
Snippets Groups Projects

Jsalyers muting at sql level

Merged Jason Salyers requested to merge jsalyers-muting-at-sql-level into develop
All threads resolved!
Compare and
23 files
+ 238
153
Compare changes
  • Side-by-side
  • Inline
Files
23
@@ -356,4 +356,3 @@ DROP INDEX IF EXISTS hive_posts_promoted_idx;
@@ -356,4 +356,3 @@ DROP INDEX IF EXISTS hive_posts_promoted_idx;
CREATE INDEX IF NOT EXISTS hive_posts_promoted_id_idx ON hive_posts (promoted, id)
CREATE INDEX IF NOT EXISTS hive_posts_promoted_id_idx ON hive_posts (promoted, id)
WHERE NOT is_paidout AND counter_deleted = 0
WHERE NOT is_paidout AND counter_deleted = 0
;
;
Loading