Skip to content
Snippets Groups Projects
Commit d526d9c2 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch 'liquibase_fix' into '2021.0'

Liquibase files fix

See merge request xrm/basic!842
parents 5f43b87c 0d6c29d7
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="createLinkClicks.xml"/>
<include relativeToChangelogFile="true" file="AlterBulkmail.xml"/> <include relativeToChangelogFile="true" file="AlterBulkmail.xml"/>
<include relativeToChangelogFile="true" file="AddBulkmailStatus"/> <include relativeToChangelogFile="true" file="AddBulkmailStatus"/>
<include relativeToChangelogFile="true" file="createMailLog.xml"/> <include relativeToChangelogFile="true" file="createMailLog.xml"/>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<column defaultValueComputed="NULL" name="DATE_RUN_START" type="datetime"/> <column defaultValueComputed="NULL" name="DATE_RUN_START" type="datetime"/>
<column defaultValueComputed="NULL" name="DATE_RUN_FINISHED" type="datetime"/> <column defaultValueComputed="NULL" name="DATE_RUN_FINISHED" type="datetime"/>
</createTable> </createTable>
<createIndex tableName="LINK_CLICK" indexName="IDX_MAIL_RUN_INTEREST_ID"> <createIndex tableName="MAIL_RUN" indexName="IDX_MAIL_RUN_INTEREST_ID">
<column name="INTEREST_ID"/> <column name="INTEREST_ID"/>
</createIndex> </createIndex>
</changeSet> </changeSet>
......
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