Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
79fef09b
Commit
79fef09b
authored
5 years ago
by
Guillaume Heurtier
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #12471 TIME 0:20 fix migration tags
parent
d4c11a6c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
migration/20.03/2003.sql
+1
-1
1 addition, 1 deletion
migration/20.03/2003.sql
with
1 addition
and
1 deletion
migration/20.03/2003.sql
+
1
−
1
View file @
79fef09b
...
...
@@ -236,7 +236,7 @@ DO $$ BEGIN
ALTER
TABLE
tags
ADD
COLUMN
id
serial
NOT
NULL
;
UPDATE
tags
SET
id
=
tag_id
;
ALTER
TABLE
tags
DROP
COLUMN
IF
EXISTS
tag_id
;
ALTER
TABLE
tags
DROP
COLUMN
IF
EXISTS
entity_id_owner
ALTER
TABLE
tags
DROP
COLUMN
IF
EXISTS
entity_id_owner
;
ALTER
TABLE
tags
DROP
COLUMN
IF
EXISTS
description
;
ALTER
TABLE
tags
ADD
COLUMN
description
TEXT
;
ALTER
TABLE
tags
DROP
COLUMN
IF
EXISTS
parent_id
;
...
...
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