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
1719cd81
Commit
1719cd81
authored
10 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FEAT
#1994
drop before add
parent
86e8c2d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/sql/150.sql
+2
-0
2 additions, 0 deletions
core/trunk/sql/150.sql
with
2 additions
and
0 deletions
core/trunk/sql/150.sql
+
2
−
0
View file @
1719cd81
...
...
@@ -241,6 +241,8 @@ ALTER TABLE listinstance DROP COLUMN IF EXISTS process_comment;
ALTER
TABLE
listinstance
ADD
process_comment
character
varying
(
255
);
ALTER
TABLE
listmodels
RENAME
COLUMN
description
to
title
;
ALTER
TABLE
listmodels
DROP
COLUMN
IF
EXISTS
description
;
ALTER
TABLE
listmodels
ADD
COLUMN
description
varchar
(
255
);
DROP
TABLE
IF
EXISTS
listinstance_history
;
...
...
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