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
b142156f
Commit
b142156f
authored
5 years ago
by
Sebastian Pongratz
Browse files
Options
Downloads
Patches
Plain Diff
Zurücksetzen der Änderungen am Liquibase File
parent
3c22e393
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
.liquibase/Data_alias/basic/2019.1.4/update_Salesproject_Member.xml
+3
-0
3 additions, 0 deletions
.../Data_alias/basic/2019.1.4/update_Salesproject_Member.xml
with
3 additions
and
0 deletions
.liquibase/Data_alias/basic/2019.1.4/update_Salesproject_Member.xml
+
3
−
0
View file @
b142156f
...
...
@@ -5,6 +5,9 @@
<addColumn
tableName=
"SALESPROJECT_MEMBER"
>
<column
name=
"OBJECT_TYPE"
type=
"NVARCHAR(63)"
/>
<!-- Booleans in basic are always TINYINT with 1 = true, 0 = false see others/guide/whichDatatype.adoc -->
<column
name=
"DECIDER"
type=
"TINYINT"
defaultValueNumeric=
"0"
>
<constraints
nullable=
"false"
/>
</column>
</addColumn>
<renameColumn
newColumnName=
"OBJECT_ROWID"
oldColumnName=
"SALESPROJECT_ID"
tableName=
"SALESPROJECT_MEMBER"
columnDataType=
"CHAR(36)"
/>
<renameColumn
newColumnName=
"OBJECTMEMBERID"
oldColumnName=
"SALESPROJECT_MEMBERID"
tableName=
"SALESPROJECT_MEMBER"
columnDataType=
"CHAR(36)"
/>
...
...
This diff is collapsed.
Click to expand it.
Johannes Goderbauer
@j.goderbauer
mentioned in commit
dcd808d6
·
5 years ago
mentioned in commit
dcd808d6
mentioned in commit dcd808d658ec2b42528104936058c3b50b293e9d
Toggle commit list
Johannes Goderbauer
@j.goderbauer
mentioned in commit
7be26333
·
5 years ago
mentioned in commit
7be26333
mentioned in commit 7be26333791b496b15bda60c2d11b43b10b51363
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