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

database.changelog-master.xml Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
<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.4.xsd">

    <include file="database/change_sets/item.xml"/>
    <include file="database/change_sets/key.xml"/>
    <include file="database/change_sets/label.xml"/>
    <include file="database/change_sets/item_label_mapping.xml"/>
    <include file="database/change_sets/item_value_mapping.xml"/>
    <include file="database/change_sets/stored_object.xml"/>
</databaseChangeLog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy