Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Merge requests
!302
Something went wrong on our end
hive_posts index fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
hive_posts index fix
mt-hive-posts-idxs
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Mariusz Trela
requested to merge
mt-hive-posts-idxs
into
develop
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
@bwrona
0
0
Merge request reports
Viewing commit
a082a622
Prev
Next
Show latest version
2 files
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
a082a622
Fixed hive_post index name to cover all columns included.
· a082a622
Bartek Wrona
authored
4 years ago
hive/db/db_state.py
+
1
−
1
Options
@@ -112,7 +112,7 @@ class DbState:
@@ -112,7 +112,7 @@ class DbState:
'
hive_posts_block_num_idx
'
,
'
hive_posts_block_num_idx
'
,
'
hive_posts_cashout_time_id_idx
'
,
'
hive_posts_cashout_time_id_idx
'
,
'
hive_posts_updated_at_idx
'
,
'
hive_posts_updated_at_idx
'
,
'
hive_posts_payout_plus_pending_payout_id
'
,
'
hive_posts_payout_plus_pending_payout_id
_is_paidout_idx
'
,
'
hive_votes_block_num_idx
'
,
'
hive_votes_block_num_idx
'
,
Loading