All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nmrs.openmrs-atomfeed-omod.2.5.2.source-code.liquibase_opt.xml Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
<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-2.0.xsd">

    <!--
     The following changeset is only applicable if the chosen feed generation strategy is a number based one.
     Hence not putting it in liquibase.xml to be configured by default.
    -->
    <changeSet id="openmrs-atomfeed-offset-marker-201401140000" author="tw">
        <insert tableName="scheduler_task_config">
            <column name="name" value="OpenMRS event offset marker task"/>
            <column name="schedulable_class" value="org.openmrs.module.atomfeed.scheduler.tasks.EventRecordsNumberOffsetMarkerTask"/>
            <column name="start_time" valueDate=" now() "/>
            <column name="start_time_pattern" value="MM/dd/yyyy HH:mm:ss"/>
            <column name="repeat_interval" value="86400"/>
            <column name="start_on_startup" value="1"/>
            <column name="started" value="1"/>
            <column name="created_by" value="1"/>
            <column name="date_created" valueDate=" now() "/>
            <column name="uuid" valueComputed=" uuid() "/>
        </insert>
    </changeSet>

</databaseChangeLog>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy