-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.version.xml
21 lines (18 loc) · 1.04 KB
/
changelog.version.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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"
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-latest.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-latest.xsd">
<!--
Directories will be processed in the order specified
Within each directory files will be processed alphabetically (this can be changed)
https://docs.liquibase.com/change-types/includeall.html
-->
<includeAll path="Version/Version 1.0" errorIfMissingOrEmpty="false"/>
<includeAll path="Version/Version 1.1" errorIfMissingOrEmpty="false"/>
</databaseChangeLog>