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
!405
fix for drop hive_post_tags without assign tags to post during upgrades
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix for drop hive_post_tags without assign tags to post during upgrades
mi_upgrade_tags_fault
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Marcin
requested to merge
mi_upgrade_tags_fault
into
develop
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 3
version 3
cb1563e2
4 years ago
version 2
dbf4189a
4 years ago
version 1
75c5a64a
4 years ago
develop (base)
and
latest version
latest version
25074d7b
4 commits,
4 years ago
version 3
cb1563e2
1 commit,
4 years ago
version 2
dbf4189a
1 commit,
4 years ago
version 1
75c5a64a
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/sql_scripts/upgrade/upgrade_table_schema.sql
+
1
−
1
Options
@@ -422,4 +422,4 @@ CREATE INDEX IF NOT EXISTS hive_posts_promoted_id_idx ON hive_posts (promoted, i
CREATE
INDEX
IF
NOT
EXISTS
hive_posts_tags_ids_idx
ON
hive_posts
USING
gin
(
tags_ids
gin__int_ops
);
DROP
TABLE
IF
EXISTS
hive_post_tags
;
--
DROP TABLE IF EXISTS hive_post_tags;
Loading