aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-master.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schema/changelog-master.xml')
-rw-r--r--schema/changelog-master.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/schema/changelog-master.xml b/schema/changelog-master.xml
new file mode 100644
index 000000000..399cd3c8d
--- /dev/null
+++ b/schema/changelog-master.xml
@@ -0,0 +1,11 @@
+<?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"
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">
+
+ <include file="changelog-3.3.xml" relativeToChangelogFile="true" />
+ <include file="changelog-3.5.xml" relativeToChangelogFile="true" />
+ <include file="changelog-3.6.xml" relativeToChangelogFile="true" />
+</databaseChangeLog>