Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
xrm
basic
Commits
2e8106d1
Commit
2e8106d1
authored
4 years ago
by
Benjamin Ulrich
Browse files
Options
Downloads
Patches
Plain Diff
[Projekt: Entwicklung - Neon][TicketNr.: 1063549][Commrestriction Liquibase Spaltentyp]
parent
fe27b044
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.liquibase/Data_alias/basic/2020.2.0/alter_CommrestrictionsEmployeeInvolved.xml
+17
-0
17 additions, 0 deletions
...basic/2020.2.0/alter_CommrestrictionsEmployeeInvolved.xml
.liquibase/Data_alias/basic/2020.2.0/changelog.xml
+1
-0
1 addition, 0 deletions
.liquibase/Data_alias/basic/2020.2.0/changelog.xml
with
18 additions
and
0 deletions
.liquibase/Data_alias/basic/2020.2.0/alter_CommrestrictionsEmployeeInvolved.xml
0 → 100644
+
17
−
0
View file @
2e8106d1
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"
>
<changeSet
dbms=
"derby"
author=
"b.ulrich"
id=
"c56df7ca-aa5c-426b-bdb7-16f8ad16d17c"
>
<sql>
ALTER TABLE COMMRESTRICTION ADD COLUMN EMPLOYEE_INVOLVED_NEW CHAR(36);
UPDATE COMMRESTRICTION SET EMPLOYEE_INVOLVED_NEW=EMPLOYEE_INVOLVED;
ALTER TABLE COMMRESTRICTION DROP COLUMN EMPLOYEE_INVOLVED;
RENAME COLUMN COMMRESTRICTION.EMPLOYEE_INVOLVED_NEW TO EMPLOYEE_INVOLVED;
</sql>
</changeSet>
<changeSet
dbms=
"!derby"
author=
"b.ulrich"
id=
"17c1eb73-3131-4a2b-bf9a-913590767c79"
>
<modifyDataType
tableName=
"COMMRESTRICTION"
columnName=
"EMPLOYEE_INVOLVED"
newDataType=
"CHAR(36)"
/>
</changeSet>
</databaseChangeLog>
This diff is collapsed.
Click to expand it.
.liquibase/Data_alias/basic/2020.2.0/changelog.xml
+
1
−
0
View file @
2e8106d1
...
...
@@ -12,4 +12,5 @@
<include
relativeToChangelogFile=
"true"
file=
"ReportDispatchImpl/add_DocumentTemplatePlaceOfUse.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"alter_VisitrecommendationpriorityDatatype.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"alter_KeywordTitlesForTranslation.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"alter_CommrestrictionsEmployeeInvolved.xml"
/>
</databaseChangeLog>
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