db.changelog-master.xml Maven / Gradle / Ivy
<?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-4.0.xsd"> <!-- Include your changelogs here in the order you want them to be executed --> <include file="/db/v5.10.0/v5.10.0-changelog.xml"/> <include file="/db/v5.11.0/v5.11.0-changelog.xml"/> </databaseChangeLog>