blob: 7d346aa03a80111448e8b4e3ae1452546184e7ce [file] [log] [blame]
Matthias Andreas Benkard80fc4312020-06-13 16:59:04 +02001<?xml version="1.1" encoding="UTF-8" standalone="no"?>
2<databaseChangeLog
3 xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="
6 http://www.liquibase.org/xml/ns/dbchangelog
7 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd">
8
9 <include file="db/changeLog-1.0.xml"/>
Matthias Andreas Benkard60c08922020-06-13 19:22:25 +020010 <include file="db/changeLog-1.1.xml"/>
Matthias Andreas Benkard80fc4312020-06-13 16:59:04 +020011
12</databaseChangeLog>