diff options
author | drecchia <danilo@deltatecnologia.com> | 2016-06-09 20:34:48 -0300 |
---|---|---|
committer | drecchia <danilo@deltatecnologia.com> | 2016-06-09 20:34:48 -0300 |
commit | 3f19cd0c34e5454f5f1feed3465c45ac638cb0d2 (patch) | |
tree | 7cad99e552536f2d0a2b295ee81939b195d77a66 /schema/changelog-master.xml | |
parent | 5a2c64cd99134e98e311d694a76d3d22703496c2 (diff) | |
download | trackermap-server-3f19cd0c34e5454f5f1feed3465c45ac638cb0d2.tar.gz trackermap-server-3f19cd0c34e5454f5f1feed3465c45ac638cb0d2.tar.bz2 trackermap-server-3f19cd0c34e5454f5f1feed3465c45ac638cb0d2.zip |
- Clean docker integration.
Diffstat (limited to 'schema/changelog-master.xml')
-rw-r--r-- | schema/changelog-master.xml | 11 |
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> |