11 lines
499 B
XML
Executable File
11 lines
499 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
|
|
|
|
<include file="changes/liquibase-1.2.xml" relativeToChangelogFile="true"/>
|
|
<include file="changes/liquibase-1.1.xml" relativeToChangelogFile="true"/>
|
|
|
|
</databaseChangeLog>
|