Skip to content
GitLab
Explore
Sign in
Register
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
!129
The calls 'list_votes'/'find_votes' work
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
The calls 'list_votes'/'find_votes' work
mt-find-list-votes3
into
develop
Overview
9
Commits
10
Pipelines
0
Changes
11
All threads resolved!
Hide all comments
Merged
Mariusz Trela
requested to merge
mt-find-list-votes3
into
develop
4 years ago
Overview
9
Commits
10
Pipelines
0
Changes
9
All threads resolved!
Hide all comments
Expand
@ABW
@bwrona
0
0
Merge request reports
Compare
version 3
version 4
c936c603
4 years ago
version 3
5fb8391e
4 years ago
version 2
19321a52
4 years ago
version 1
19321a52
4 years ago
develop (base)
and
version 4
latest version
0fa4c1f7
10 commits,
4 years ago
version 4
c936c603
9 commits,
4 years ago
version 3
5fb8391e
8 commits,
4 years ago
version 2
19321a52
9 commits,
4 years ago
version 1
19321a52
504 commits,
4 years ago
Show latest version
9 files
+
140
−
100
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
hive/db/db_state.py
+
2
−
2
Options
@@ -114,8 +114,8 @@ class DbState:
'
hive_post_tags_tag_id_idx
'
,
'
hive_votes_voter_id_p
ermlink
_id_idx
'
,
'
hive_votes_p
ermlink
_id_voter_id_idx
'
'
hive_votes_voter_id_p
ost
_id_idx
'
,
'
hive_votes_p
ost
_id_voter_id_idx
'
]
to_return
=
[]
Loading