diff --git a/hive/db/db_state.py b/hive/db/db_state.py
index 4148bc306fa0caab233e0bb9d3dbbc27b32dadca..b362aedf4f8d485f25d277877313983ba51e9f6e 100644
--- a/hive/db/db_state.py
+++ b/hive/db/db_state.py
@@ -113,7 +113,6 @@ class DbState:
             'hive_follows_follower_state_idx',  # (follower, state, created_at, following)
             'hive_follows_follower_following_state_idx',
             'hive_follows_block_num_idx',
-            'hive_follows_created_at_idx',
             'hive_follows_follower_where_blacklisted_idx',
             'hive_follows_follower_where_follow_muted_idx',
             'hive_follows_follower_where_follow_blacklists_idx',
@@ -125,14 +124,11 @@ class DbState:
             'hive_posts_community_id_not_is_pinned_idx',
             'hive_posts_community_id_not_is_paidout_idx',
             'hive_posts_payout_at_idx',
-            'hive_posts_payout_idx',
             'hive_posts_promoted_id_idx',
             'hive_posts_sc_trend_id_idx',
             'hive_posts_sc_hot_id_idx',
             'hive_posts_block_num_idx',
             'hive_posts_block_num_created_idx',
-            'hive_posts_cashout_time_id_idx',
-            'hive_posts_updated_at_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',
@@ -142,7 +138,6 @@ class DbState:
             'hive_subscriptions_block_num_idx',
             'hive_subscriptions_community_idx',
             'hive_communities_block_num_idx',
-            'hive_reblogs_created_at_idx',
             'hive_votes_post_id_voter_id_idx',
             'hive_notification_cache_block_num_idx',
             'hive_notification_cache_dst_score_idx',