Skip to content
Snippets Groups Projects
Commit 6dc32f8b authored by Dan Notestein's avatar Dan Notestein
Browse files

remove references to removed indexes

parent 28f1e4a5
No related branches found
No related tags found
2 merge requests!830remove a bunch of unused indexes,!827Merge develop changes to master
...@@ -113,7 +113,6 @@ class DbState: ...@@ -113,7 +113,6 @@ class DbState:
'hive_follows_follower_state_idx', # (follower, state, created_at, following) 'hive_follows_follower_state_idx', # (follower, state, created_at, following)
'hive_follows_follower_following_state_idx', 'hive_follows_follower_following_state_idx',
'hive_follows_block_num_idx', 'hive_follows_block_num_idx',
'hive_follows_created_at_idx',
'hive_follows_follower_where_blacklisted_idx', 'hive_follows_follower_where_blacklisted_idx',
'hive_follows_follower_where_follow_muted_idx', 'hive_follows_follower_where_follow_muted_idx',
'hive_follows_follower_where_follow_blacklists_idx', 'hive_follows_follower_where_follow_blacklists_idx',
...@@ -125,14 +124,11 @@ class DbState: ...@@ -125,14 +124,11 @@ class DbState:
'hive_posts_community_id_not_is_pinned_idx', 'hive_posts_community_id_not_is_pinned_idx',
'hive_posts_community_id_not_is_paidout_idx', 'hive_posts_community_id_not_is_paidout_idx',
'hive_posts_payout_at_idx', 'hive_posts_payout_at_idx',
'hive_posts_payout_idx',
'hive_posts_promoted_id_idx', 'hive_posts_promoted_id_idx',
'hive_posts_sc_trend_id_idx', 'hive_posts_sc_trend_id_idx',
'hive_posts_sc_hot_id_idx', 'hive_posts_sc_hot_id_idx',
'hive_posts_block_num_idx', 'hive_posts_block_num_idx',
'hive_posts_block_num_created_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_payout_plus_pending_payout_id_idx',
'hive_posts_category_id_payout_plus_pending_payout_depth_idx', 'hive_posts_category_id_payout_plus_pending_payout_depth_idx',
'hive_posts_author_id_created_at_id_idx', 'hive_posts_author_id_created_at_id_idx',
...@@ -142,7 +138,6 @@ class DbState: ...@@ -142,7 +138,6 @@ class DbState:
'hive_subscriptions_block_num_idx', 'hive_subscriptions_block_num_idx',
'hive_subscriptions_community_idx', 'hive_subscriptions_community_idx',
'hive_communities_block_num_idx', 'hive_communities_block_num_idx',
'hive_reblogs_created_at_idx',
'hive_votes_post_id_voter_id_idx', 'hive_votes_post_id_voter_id_idx',
'hive_notification_cache_block_num_idx', 'hive_notification_cache_block_num_idx',
'hive_notification_cache_dst_score_idx', 'hive_notification_cache_dst_score_idx',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment