Add initial Liquibase database tag for rollback support 37/140537/2
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Thu, 20 Mar 2025 13:19:11 +0000 (13:19 +0000)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Fri, 21 Mar 2025 09:52:29 +0000 (09:52 +0000)
- 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 <sourabh.sourabh@est.tech>
cps-ri/src/main/resources/changelog/changelog-master.yaml

index 2011655..40a3e3e 100644 (file)
@@ -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