Skip to content
Snippets Groups Projects

Prerequisuites to Reputation api support

Merged Bartek Wrona requested to merge reputation_api_support into develop
3 files
+ 11
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
3
@@ -97,9 +97,9 @@ class DbState:
'hive_follows_ix5a', # (following, state, created_at, follower)
'hive_follows_ix5b', # (follower, state, created_at, following)
# 'hive_posts_parent_id_idx',
'hive_posts_parent_id_idx',
'hive_posts_depth_idx',
'hive_posts_created_at_idx',
'hive_posts_root_id_id_idx',
'hive_posts_community_id_idx',
@@ -129,7 +129,9 @@ class DbState:
#'hive_posts_cache_ix33', # API: community payout
#'hive_posts_cache_ix34', # API: community muted
'hive_accounts_ix1', # (cached_at, name)
'hive_accounts_ix5' # (cached_at, name)
'hive_accounts_ix5', # (cached_at, name)
'hive_post_tags_tag_id_idx'
]
to_return = []
Loading