mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-02 23:57:22 +00:00
10 lines
666 B
XML
10 lines
666 B
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.5.13/collection.xml" relativeToChangelogFile="true"/>
|
|
</databaseChangeLog> |