From 6dc32f8b6b21ac46821b627808018af12ab5d032 Mon Sep 17 00:00:00 2001 From: Dan Notestein <dan@syncad.com> Date: Sat, 18 Jan 2025 18:59:30 -0500 Subject: [PATCH] remove references to removed indexes --- hive/db/db_state.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hive/db/db_state.py b/hive/db/db_state.py index 4148bc306..b362aedf4 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', -- GitLab