h2.xml 567 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
        xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">

    <include file="changelog/20190625112530_init_ibizsys.xml" relativeToChangelogFile="true"/>
    <include file="h2_table.xml" relativeToChangelogFile="true"/>
    <include file="view.xml" relativeToChangelogFile="true"/>
    
</databaseChangeLog>