mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-07 01:38:32 +00:00
17 lines
1.2 KiB
XML
17 lines
1.2 KiB
XML
<?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:pro="http://www.liquibase.org/xml/ns/pro"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
|
|
http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
|
|
http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
|
|
<include file="1.0-entertainment/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.2.8-entertainment/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.2.9-entertainment/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.4.0/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.4.3/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.4.11/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.5.8/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.5.14/collection.xml" relativeToChangelogFile="true"/>
|
|
</databaseChangeLog> |