-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.xml
17 lines (14 loc) · 902 Bytes
/
changelog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd">
<!-- <changeSet author="Mike" id="1234" context="deployment_1A">
<tagDatabase tag="1A"/>
</changeSet> -->
<include file="main/100_ddl/01_create_tables.sql"/>
<include file="main/100_ddl/17_ex_employees.sql"/>
</databaseChangeLog>