Skip to content
Snippets Groups Projects
Commit e0c454d3 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

ASYS_CALENDARBACKEND liquibase fix

parent 4b0942cf
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<changeSet author="a.schindlbeck" id="647ddc15-7bde-4b04-81e4-9a62a24aa5b7">
<createTable tableName="ASYS_CALENDARBACKEND">
<column name="DATASETID" type="CHAR(36)">
<constraints nullable="false" primaryKey="true" primaryKeyName="PK_ASYS_CALENDARBACKEND_ELEMENTUID"/>
<constraints nullable="false" primaryKey="true" primaryKeyName="PK_ASYS_CALENDARBACKEND_DATASETID"/>
</column>
<column name="ELEMENTUID" type="VARCHAR(512)"/>
<column name="CLASSIFICATION" type="INTEGER"/>
......
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