Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
changelog.xml 2.45 KiB
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
    <include relativeToChangelogFile="true" file="basic/init/init.xml"/>
    <include relativeToChangelogFile="true" file="basic/2019.1.4/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2019.2.1/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2019.3.0/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2019.3.1/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2019.3.2/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2019.3.3/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.0.0/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.0.1/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.0.2/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.0.3/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.1.0/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.1.1/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.1.2/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.1.3/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.2.0/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.2.1/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.2.2/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2020.2.3/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2021.0.0/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2021.0.1/changelog.xml"/>
    <include relativeToChangelogFile="true" file="basic/2021.0.2/changelog.xml"/>
    
    <!--enable this only when you definetly want to overwrite the existing data with demo records:-->
    <!--<include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>-->
</databaseChangeLog>