From 723a1b7de055b5b4ab04b0e7988ec796cc9eb8c8 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Wed, 7 Apr 2021 16:17:33 +0100 Subject: Fix liquibase changeset so we can upgrade from H to I - Undo (accidental) changes in orginal liquiubase cahnge set (03) (see commit : https://gerrit.onap.org/r/c/cps/+/119061) - Add new changeset for required changed related to checksum calcualtion - There is a incorrect field name (checkstyle instead of checksum) in 03-loadData-schema-set.yaml but it seems to be ignored/overruled by the .csv import. If we change it liquibase report an checksum error during upgrade i.e were are not allowed to touch the file! Issue-ID: CPS-310 Signed-off-by: ToineSiebelink Change-Id: I00c94e3f1ddab7c9c54aac1294019ec7cd51634f --- cps-ri/src/main/resources/changelog/changelog-master.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cps-ri/src/main/resources/changelog/changelog-master.yaml') diff --git a/cps-ri/src/main/resources/changelog/changelog-master.yaml b/cps-ri/src/main/resources/changelog/changelog-master.yaml index 921eeec17..460089cb4 100644 --- a/cps-ri/src/main/resources/changelog/changelog-master.yaml +++ b/cps-ri/src/main/resources/changelog/changelog-master.yaml @@ -27,3 +27,6 @@ databaseChangeLog: file: changelog/db/changes/05-loadData-fragment.yaml - include: file: changelog/db/changes/06-delete-not-required-fragment-index.yaml + - include: + file: changelog/db/changes/07-update-yang-resource-checksums.yaml + -- cgit 1.2.3-korg