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

Liquibase: AppointmentLinkIds auf VARCHAR(512) zwecks Exchange

parent 4e4c45c6
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@
<column name="AB_APPOINTMENTLINK_ID" type="CHAR(36)">
<constraints primaryKey="true" primaryKeyName="PK_AB_APPOINTMENTLINK_AB_APPOINTMENTLINKID"/>
</column>
<column name="APPOINTMENT_ID" type="NVARCHAR(512)">
<column name="APPOINTMENT_ID" type="VARCHAR(512)">
<constraints nullable="false"/>
</column>
<column name="OBJECT_TYPE" type="NVARCHAR(63)">
<column name="OBJECT_TYPE" type="VARCHAR(63)">
<constraints nullable="false"/>
</column>
<column name="OBJECT_ROWID" type="NVARCHAR(512)">
<column name="OBJECT_ROWID" type="VARCHAR(512)">
<constraints nullable="false"/>
</column>
</createTable>
......
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