Skip to content
Snippets Groups Projects
Commit 5b6d5765 authored by Andre Loreth's avatar Andre Loreth
Browse files

Merge remote-tracking branch 'origin/master'

parents 5a6a34a5 c00bac01
No related branches found
No related tags found
No related merge requests found
......@@ -130,16 +130,4 @@
<include relativeToChangelogFile="true" file="indicesRefactor/Activity.xml"/>
<include relativeToChangelogFile="true" file="indicesRefactor/Task.xml"/>
<changeSet author="j.hoermann" id="1df96464-abff-4a3c-b52c-759d073a9a7a">
<createTable tableName="TEST">
<column name="TESTID" type="CHAR(36)">
<constraints primaryKey="true" primaryKeyName="PK_TEST_TESTID"/>
</column>
<column name="TEST1" type="VARCHAR(36)"/>
<column name="TEST2" type="VARCHAR(36)"/>
</createTable>
</changeSet>
</databaseChangeLog>
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