2013-06-11 17:01:21 +02:00
|
|
|
<?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"
|
2014-08-08 16:49:02 +02:00
|
|
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
|
2020-03-12 13:40:23 +01:00
|
|
|
|
|
|
|
|
<property name="blob_type" value="bytea" dbms="postgresql"/>
|
|
|
|
|
<property name="blob_type" value="blob" dbms="h2" />
|
|
|
|
|
<property name="blob_type" value="blob" dbms="mysql" />
|
|
|
|
|
<property name="blob_type" value="blob" dbms="mssql" />
|
2013-06-11 17:01:21 +02:00
|
|
|
|
|
|
|
|
<include file="changelogs/db.changelog-1.0.xml" />
|
2013-06-12 16:23:22 +02:00
|
|
|
<include file="changelogs/db.changelog-1.1.xml" />
|
2013-07-24 15:39:20 +02:00
|
|
|
<include file="changelogs/db.changelog-1.2.xml" />
|
2013-08-22 15:55:05 +02:00
|
|
|
<include file="changelogs/db.changelog-1.3.xml" />
|
2013-10-03 10:40:58 +02:00
|
|
|
<include file="changelogs/db.changelog-1.4.xml" />
|
2014-04-16 12:29:53 +02:00
|
|
|
<include file="changelogs/db.changelog-1.5.xml" />
|
2014-11-04 11:23:58 +01:00
|
|
|
<include file="changelogs/db.changelog-2.1.xml" />
|
2015-05-03 09:17:54 +02:00
|
|
|
<include file="changelogs/db.changelog-2.2.xml" />
|
2013-07-24 15:39:20 +02:00
|
|
|
|
2013-06-11 17:01:21 +02:00
|
|
|
</databaseChangeLog>
|