Add LiquidBase to increment DB changes
[vid.git] / epsdk-app-onap / src / main / resources / db-master-changelog.xml
diff --git a/epsdk-app-onap/src/main/resources/db-master-changelog.xml b/epsdk-app-onap/src/main/resources/db-master-changelog.xml
new file mode 100644 (file)
index 0000000..89b248d
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<databaseChangeLog logicalFilePath="db.changelog-master.xml" 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">
+
+    <changeSet author="em088y" id="vid-schema-old">
+        <validCheckSum>7:5dfe06641ec9741b03d03a9d18ab8d1f</validCheckSum>
+        <validCheckSum>7:4d5f58859c45a470469614655e0c7b98</validCheckSum>
+        <validCheckSum>7:2ae05ea080ee858458be06fd0b5d726b</validCheckSum>
+        <validCheckSum>7:a2ef9dd09f0c7587bfd8845ef928a801</validCheckSum>
+        <sqlFile encoding="utf8" path="vid-schema-deprecated.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="true"/>
+    </changeSet>
+
+    <changeSet author="em088y" id="vid-data-old">
+        <validCheckSum>7:ad0ceb32f9ae0bbd02082d187b42216c</validCheckSum>
+        <validCheckSum>7:a0b9655a83dbaace18a2dc935a66e6f7</validCheckSum>
+        <validCheckSum>7:f1ce75e094def24fe1e9222386478023</validCheckSum>
+        <sqlFile encoding="utf8" path="vid-data-deprecated.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="true"/>
+    </changeSet>
+
+    <include file="db.changelog-01.sql" relativeToChangelogFile="true"/>
+
+
+
+</databaseChangeLog>
\ No newline at end of file