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
f3417604
Commit
f3417604
authored
3 years ago
by
Martin Groppe
Browse files
Options
Downloads
Patches
Plain Diff
fixed bug in liquibase script
parent
6c5a9d6a
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/2021.0.3/Bulkmail/AlterBulkmail.xml
+1
-1
1 addition, 1 deletion
...base/Data_alias/basic/2021.0.3/Bulkmail/AlterBulkmail.xml
.liquibase/Data_alias/basic/2021.0.3/Bulkmail/changelog.xml
+1
-1
1 addition, 1 deletion
.liquibase/Data_alias/basic/2021.0.3/Bulkmail/changelog.xml
with
2 additions
and
2 deletions
.liquibase/Data_alias/basic/2021.0.3/Bulkmail/AlterBulkmail.xml
+
1
−
1
View file @
f3417604
...
...
@@ -5,6 +5,6 @@
<column
name=
"DATE_TO_SEND"
type=
"DATETIME"
/>
<column
name=
"INTEREST_ID"
type=
"char(36)"
/>
</addColumn>
<renameColumn
tableName=
"BULKMAIL"
oldColumnName=
"SENDER"
newColumnName=
"SENDER_EMAIL_ADDRESS
"
/>
<renameColumn
tableName=
"BULKMAIL"
oldColumnName=
"SENDER"
newColumnName=
"SENDER_EMAIL_ADDRESS
"
columnDataType =
"varchar(50)
"
/>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.liquibase/Data_alias/basic/2021.0.3/Bulkmail/changelog.xml
+
1
−
1
View file @
f3417604
...
...
@@ -8,5 +8,5 @@
<include
relativeToChangelogFile=
"true"
file=
"createMailRun.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"createBulkMailTestRecipient.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"AlterBulkmailRecipient.xml"
/>
<
<include
relativeToChangelogFile=
"true"
file=
"addDeviceTypeKeyword.xml"
/>
<include
relativeToChangelogFile=
"true"
file=
"addDeviceTypeKeyword.xml"
/>
</databaseChangeLog>
\ No newline at end of file
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