aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2025-03-21 13:37:23 +0000
committerGerrit Code Review <gerrit@onap.org>2025-03-21 13:37:23 +0000
commit0c37ddd19e645792e9bb857b68e3d28932f0785b (patch)
tree04aab04386f67478ecc3fb014b559dad64f6801e
parent535a86cc4287a5901b2bbc59beab91eaab31c0a3 (diff)
parentadd643121486c74be8ad3e20b63922a7ea43456c (diff)
Merge "Add initial Liquibase database tag for rollback support"
-rw-r--r--cps-ri/src/main/resources/changelog/changelog-master.yaml8
1 files changed, 7 insertions, 1 deletions
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