Skip to content
Snippets Groups Projects
Commit f4ad6e2c authored by Heinz Boesl's avatar Heinz Boesl
Browse files

removed table asys_timer

parent 99d329fe
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
<include relativeToChangelogFile="true" file="struct/create_asys_notifications.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_sequences.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_system.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_timer.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_timers.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_timers_serverruns.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_users.xml"/>
......@@ -17,8 +16,7 @@
<include relativeToChangelogFile="true" file="struct/create_asys_notificationcontents.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_permission.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_permissionset.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_permissionaction.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_permissionaction.xml"/>
<include relativeToChangelogFile="true" file="data/insert_asys_aliasconfig.xml"/>
<include relativeToChangelogFile="true" file="data/insert_asys_system.xml"/>
</databaseChangeLog>
<?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="j.hoermann" id="40a4a615-10b2-4736-95af-496e51a667c1">
<createTable tableName="ASYS_TIMER">
<column name="TIMERID" type="CHAR(63)">
<constraints primaryKey="true" primaryKeyName="PK_ASYS_SYSTEM_TIMERID"/>
</column>
<column name="LASTRUN" type="DATETIME"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -7,5 +7,5 @@
<aditoDataPath>$PROJECTHOME/data</aditoDataPath>
<loginUser>admin</loginUser>
<autoLogin v="false" />
<aditoDebug>TRACE</aditoDebug>
<aditoDebug></aditoDebug>
</system>
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