Skip to content
Snippets Groups Projects
Commit 987254d1 authored by Lukas Werner's avatar Lukas Werner
Browse files

moved observation liquibase files to its own module

parent 9795c06d
No related branches found
Tags 5.0.0
2 merge requests!39Beta,!35Platform 2035484 new liquibase structure
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
<changeSet author="(generated)" id="0c202319-c8db-466f-b794-773f04da8555">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">
SELECT COUNT(1) FROM asys_timers WHERE TIMERID = 'ObservationBG_serverProzess.process';
</sqlCheck>
</preConditions>
<insert tableName="asys_timers">
<column name="TIMERID" value="ObservationBG_serverProzess.process"/>
<column name="ACTIVE" value="true"/>
<column name="INTERVALDESCRIPTION"/>
<column name="INTERVALUNIT" valueNumeric="1"/>
<column name="INTERVALVALUE" valueNumeric="1"/>
<column name="KEEPJDITO" value="false"/>
<column name="LASTRUN"/>
<column name="PROCESSNAME" value="ObservationBG_serverProzess"/>
<column name="PROCESSUSER" value="admin"/>
<column name="STARTTIME"/>
<column name="THREADPRIORITY" valueNumeric="0"/>
<column name="TIMERTYPE" valueNumeric="2"/>
<column name="TIMEZONE" value="GMT"/>
</insert>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -8,6 +8,5 @@
<!--Data changesets-->
<!--<include relativeToChangelogFile="true" file="data/release_TICKETNR_action_title.xml"/>-->
<!-- ToDo: Modularization observation -->
<include relativeToChangelogFile="true" file="data/init_insert_ObservationBG_serverProzess.xml"/>
</databaseChangeLog>
\ No newline at end of file
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