Skip to content
Snippets Groups Projects
Commit c00bac01 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

cleanup

parent 6eea67b7
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