Skip to content
Snippets Groups Projects
Commit f3417604 authored by Martin Groppe's avatar Martin Groppe
Browse files

fixed bug in liquibase script

parent 6c5a9d6a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment