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

#1032253 ASYS_CALENDARLINK in liquibase aufgenommen

parent 23a91f5d
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
<include file="system_alias/struct/create_asys_timer.xml"/>
<include file="system_alias/struct/create_asys_users.xml"/>
<include file="system_alias/struct/create_asys_calendarbackend.xml"/>
<include file="system_alias/struct/create_asys_calendarlink.xml"/>
<include file="system_alias/data/insert_asys_aliasconfig.xml"/>
<include file="system_alias/data/insert_asys_system.xml"/>
......
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="a.schindlbeck" id="c31ed111-b98d-46b6-b7bf-845420624e28">
<createTable tableName="ASYS_CALENDARLINK">
<column name="DBALIAS" type="VARCHAR(127)"/>
<column name="DBID" type="VARCHAR(1023)">
<constraints primaryKey="true" primaryKeyName="PK_ASYS_CALENDARLINK_DBID"/>
</column>
<column name="DBIDCOLUMN" type="VARCHAR(127)"/>
<column name="DBTABLENAME" type="VARCHAR(127)"/>
<column name="ENTRYID" type="VARCHAR(512)"/>
<column name="ENTRYSTORE" type="VARCHAR(255)"/>
<column name="FRAME" type="VARCHAR(1023)"/>
<column name="ID" type="CHAR(36)">
<constraints nullable="false"/>
</column>
<column name="TITLE" type="VARCHAR(2000)"/>
</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