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
!130
faster bridge get trending
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
faster bridge get trending
mi_faster_bridge_get_trending
into
latest_deployed_develop
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Marcin
requested to merge
mi_faster_bridge_get_trending
into
latest_deployed_develop
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 2
version 2
fd392a52
4 years ago
version 1
7d7c8698
4 years ago
latest_deployed_develop (base)
and
latest version
latest version
7b303dad
1 commit,
4 years ago
version 2
fd392a52
1 commit,
4 years ago
version 1
7d7c8698
1 commit,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hive/db/schema.py
+
1
−
1
Options
@@ -1401,7 +1401,7 @@ def setup(db):
, hp1.sc_trend as trend
FROM hive_posts hp1 WHERE NOT hp1.is_paidout AND hp1.depth = 0 ORDER BY hp1.sc_trend DESC LIMIT _limit
) as trends
JOIN hive_posts_view hp ON hp.id = trends.id
JOIN hive_posts_view hp ON hp.id = trends.id
ORDER BY trends.trend DESC
$function$
language sql
"""
Loading