mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-22 17:45:48 +00:00
10 lines
757 B
XML
10 lines
757 B
XML
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
|
|
<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 https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" >
|
|
<include file="1.0-experience/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.2.15/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.4.8/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.4.17/collection.xml" relativeToChangelogFile="true"/>
|
|
<include file="1.5.26/collection.xml" relativeToChangelogFile="true"/>
|
|
</databaseChangeLog> |