diff options
author | Rina Roi <rina.roi@intl.att.com> | 2019-07-15 10:36:26 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-22 18:52:30 +0300 |
commit | bfcf8e43eab481162f41eb5076a7bf7c67f0ad22 (patch) | |
tree | 568f9a71244c5fe30d60df99612fa3340303ea33 /epsdk-app-onap/src/main/resources/db-master-changelog.xml | |
parent | 1af5b893812574be9cd67eefb2e382f623bcdb3f (diff) |
Add LiquidBase to increment DB changes
Issue-ID: VID-517
Change-Id: Idad13fbd72bb1f1d356d790d3d84a1ddec30011f
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/resources/db-master-changelog.xml')
-rw-r--r-- | epsdk-app-onap/src/main/resources/db-master-changelog.xml | 25 |
1 files changed, 25 insertions, 0 deletions
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 index 000000000..89b248da8 --- /dev/null +++ b/epsdk-app-onap/src/main/resources/db-master-changelog.xml @@ -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 |