-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathchangelog.xml
More file actions
34 lines (34 loc) · 2.22 KB
/
changelog.xml
File metadata and controls
34 lines (34 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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: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-4.1.xsd
http://www.liquibase.org/xml/ns/pro
http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.1.xsd">
<include file="changes/feat_13.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_26.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_57.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_15.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_76.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_77.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_88.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_149.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_240.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_263.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_66.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_327.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_371.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_360.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_389.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_533.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_611.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_618.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_618_2.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_622.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_565.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_566.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_780.sql" relativeToChangelogFile="true"/>
<include file="changes/feat_741.sql" relativeToChangelogFile="true"/>
</databaseChangeLog>