From: sourabh_sourabh Date: Thu, 20 Mar 2025 13:19:11 +0000 (+0000) Subject: Add initial Liquibase database tag for rollback support X-Git-Tag: 3.6.2~31^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=add643121486c74be8ad3e20b63922a7ea43456c;p=cps.git Add initial Liquibase database tag for rollback support - Introduced an initial Liquibase database tag (24-initial database tag) to support future rollbacks. - Updated the Liquibase changelog to include a tagDatabase changeSet. - Ensures that rollback workflows can reference a stable database state. - No impact on existing functionality. Issue-ID: CPS-2669 Change-Id: I4f932bb0f90505cf95ddf74d2e57d7b4ea8fba79 Signed-off-by: sourabh_sourabh --- diff --git a/cps-ri/src/main/resources/changelog/changelog-master.yaml b/cps-ri/src/main/resources/changelog/changelog-master.yaml index 2011655c37..40a3e3e009 100644 --- a/cps-ri/src/main/resources/changelog/changelog-master.yaml +++ b/cps-ri/src/main/resources/changelog/changelog-master.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (c) 2021 Bell Canada. -# Modifications Copyright (C) 2022-2024 Nordix Foundation. +# Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,3 +22,9 @@ databaseChangeLog: file: changelog/db/changes/22-fragment-id-sequence.yaml - include: file: changelog/db/changes/23-yang-resource-index.yaml + - changeSet: + id: 24 + author: cps + changes: + - tagDatabase: + tag: 24-initial database tag