nclazz-mail-relay/src/main/resources/db/master.xml

10 lines
492 B
XML

<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-3.5.xsd">
<include file="changelogs/01-jpa-auto-ddl-schema.xml" relativeToChangelogFile="true"/>
<include file="changelogs/02-renamed-join-columns.xml" relativeToChangelogFile="true"/>
</databaseChangeLog>