Files
commafeed/src/main/resources/changelogs/db.changelog-master.xml

10 lines
485 B
XML
Raw Normal View History

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"
2013-06-27 17:06:59 +02:00
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd">
2013-06-11 17:01:21 +02:00
<include file="changelogs/db.changelog-1.0.xml" />
<include file="changelogs/db.changelog-1.1.xml" />
<include file="changelogs/db.changelog-1.2.xml" />
2013-06-11 17:01:21 +02:00
</databaseChangeLog>