4d558c26a8217bb3adc7bd4e13f31672b9bf0124
[JavaForFun] /
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <databaseChangeLog
3         xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5         xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6         http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
7
8     <!-- DDL -->
9     <include file="spring-configuration/liquibase/ddlChangelog.xml" />
10
11     <!-- DML -->
12     <include file="spring-configuration/liquibase/dmlChangelog.xml" />
13     <!--
14     <changeSet author="gustavo" id="1">
15         <sqlFile path="liquibase/dmlChangelog.xml" stripComments="true"/>
16     </changeSet>
17     -->
18
19 </databaseChangeLog>