Skip to content
Snippets Groups Projects
changelog.xml 1.48 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
Christoffer Stoll's avatar
Christoffer Stoll committed
    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.1.xsd">
Christoffer Stoll's avatar
Christoffer Stoll committed
    <include file="update_v1.sql" relativeToChangelogFile="true"/>
    <include file="update_v2.sql" relativeToChangelogFile="true"/>
    <include file="update_v3.sql" relativeToChangelogFile="true"/>
    <include file="update_v4.sql" relativeToChangelogFile="true"/>
    <include file="update_v5.sql" relativeToChangelogFile="true"/>
    <include file="update_v6.sql" relativeToChangelogFile="true"/>
    <include file="update_v7.sql" relativeToChangelogFile="true"/>
    <include file="update_v9.sql" relativeToChangelogFile="true"/>
Rune Åvar Ødegård's avatar
Rune Åvar Ødegård committed
    <include file="update_v10.sql" relativeToChangelogFile="true"/>
    <include file="update_v11.sql" relativeToChangelogFile="true"/>
    <include file="update_v12.sql" relativeToChangelogFile="true"/>
    <include file="schema_migration_v1.sql" relativeToChangelogFile="true"/>
    <include file="schema_migration_v2.sql" relativeToChangelogFile="true"/>
    <include file="data_migration_v1.sql" relativeToChangelogFile="true"/>
Rune Åvar Ødegård's avatar
Rune Åvar Ødegård committed
    <include file="data_migration_v2.sql" relativeToChangelogFile="true"/>
    <include file="data_migration_v3.sql" relativeToChangelogFile="true"/>
    <include file="data_migration_v4.sql" relativeToChangelogFile="true"/>
</databaseChangeLog>