<?xml version="1.0" encoding="UTF-8"?>
<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-latest.xsd">

	<property name="offsetDateTime.type" dbms="mysql" value="DATETIME"/>
	<property name="offsetDateTime.type" dbms="mssql" value="datetimeoffset"/>
	<property name="offsetDateTime.type" dbms="mariadb" value="DATETIME"/>

    <!-- DO NOT REMOVE. This is a master changelog that runs all other changelogs. -->
	<include file="/io/jmix/data/liquibase/changelog.xml"/>
	<include file="/io/jmix/flowuidata/liquibase/changelog.xml"/>
   <include file="/io/jmix/securitydata/liquibase/changelog.xml"/>
   <include file="/io/jmix/reports/liquibase/changelog.xml"/>
	<include file="/io/jmix/authserver/liquibase/changelog.xml"/>
	<include file="/io/jmix/data/liquibase/changelog.xml"/>

	<includeAll path="/org/biooffice/bio4/liquibase/changelog"/>

</databaseChangeLog>
