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
35caa3e8
Commit
35caa3e8
authored
6 years ago
by
Johannes Hörmann
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
f9d671b2
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
others/db_changes/data_alias/basic/2019.2/changelog.xml
+2
-0
2 additions, 0 deletions
others/db_changes/data_alias/basic/2019.2/changelog.xml
others/db_changes/data_alias/basic/2019.2/removeTaskCode.xml
+13
-0
13 additions, 0 deletions
others/db_changes/data_alias/basic/2019.2/removeTaskCode.xml
with
15 additions
and
0 deletions
others/db_changes/data_alias/basic/2019.2/changelog.xml
+
2
−
0
View file @
35caa3e8
...
...
@@ -37,5 +37,7 @@
<include
relativeToChangelogFile=
"true"
file=
"data/example_task/base.xml"
context=
"example"
/>
<include
relativeToChangelogFile=
"true"
file=
"update_TaskType_Task.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"removeTaskCode.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"create_salutation.xml"
/>
</databaseChangeLog>
This diff is collapsed.
Click to expand it.
others/db_changes/data_alias/basic/2019.2/removeTaskCode.xml
0 → 100644
+
13
−
0
View file @
35caa3e8
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"
>
<changeSet
author=
"j.goderbauer"
id=
"598345d1-691b-4cae-b1c0-44c9c48705c8"
>
<dropNotNullConstraint
tableName=
"TASK"
columnName=
"CODE"
/>
<update
tableName=
"TASK"
>
<column
name=
"CODE"
/>
</update>
<rollback>
<addNotNullConstraint
tableName=
"TASK"
columnName=
"CODE"
/>
<!--the update which sets everything to null cannot be rolled back-->
</rollback>
</changeSet>
</databaseChangeLog>
This diff is collapsed.
Click to expand it.
Johannes Hörmann
@j.hoermann
mentioned in commit
9ce702a0
·
6 years ago
mentioned in commit
9ce702a0
mentioned in commit 9ce702a06eb033242efc528bfc27823144542d47
Toggle commit list
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