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
Commits
8d710de2
Commit
8d710de2
authored
4 years ago
by
Marcin
Browse files
Options
Downloads
Patches
Plain Diff
fully deterministic mentions order
parent
0e3c8700
No related branches found
No related tags found
2 merge requests
!456
Release candidate v1 24
,
!306
replace old children count
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hive/db/sql_scripts/update_hive_posts_mentions.sql
+1
-1
1 addition, 1 deletion
hive/db/sql_scripts/update_hive_posts_mentions.sql
tests/tests_api
+1
-1
1 addition, 1 deletion
tests/tests_api
with
2 additions
and
2 deletions
hive/db/sql_scripts/update_hive_posts_mentions.sql
+
1
−
1
View file @
8d710de2
...
...
@@ -30,7 +30,7 @@ BEGIN
)
T
(
id_post
,
mention
,
author_id
,
block_num
)
)
T
(
id_post
,
mention
,
author_id
,
block_num
)
ON
ha
.
name
=
T
.
mention
WHERE
ha
.
id
!=
T
.
author_id
ORDER
BY
T
.
id_post
ORDER
BY
T
.
block_num
,
T
.
id_post
,
ha
.
id
ON
CONFLICT
DO
NOTHING
;
END
...
...
This diff is collapsed.
Click to expand it.
tests_api
@
a67fd2e5
Compare
ee534480
...
a67fd2e5
Subproject commit
ee534480e5739b75968089859ee3663dfdabb126
Subproject commit
a67fd2e56ecf35b254d5f901767802524fe6f39e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment