From bcf45ec459ef3cd9547567322b4157d8587b9ba7 Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Fri, 30 May 2025 11:31:27 -0400 Subject: [PATCH] don't drop hive_posts_block_num_created idx so hivesense can use during massive sync --- hive/db/db_state.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hive/db/db_state.py b/hive/db/db_state.py index 5acc10f0a..18f5af558 100644 --- a/hive/db/db_state.py +++ b/hive/db/db_state.py @@ -119,7 +119,6 @@ class DbState: 'hive_posts_payout_at_idx', 'hive_posts_sc_trend_id_idx', 'hive_posts_sc_hot_id_idx', - 'hive_posts_block_num_created_idx', 'hive_posts_payout_plus_pending_payout_id_idx', 'hive_posts_category_id_payout_plus_pending_payout_depth_idx', 'hive_posts_author_id_created_at_id_idx', -- GitLab