All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.changeLog.xml Maven / Gradle / Ivy

The newest version!
<databaseChangeLog
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
        xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
    <include relativeToChangelogFile="true" file="create-tables.xml"/>

    <include file="create-log-table.xml" relativeToChangelogFile="true"/>
</databaseChangeLog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy