Remove incorrect default value for participantId 13/142413/4
authordanielhanrahan <daniel.hanrahan@est.tech>
Wed, 12 Nov 2025 13:08:44 +0000 (13:08 +0000)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Fri, 14 Nov 2025 15:36:46 +0000 (15:36 +0000)
commite39f1da48948b35459c2cd92ab953e0027214472
tree2b34b45984b2b3533a1980c0dd98ee7804afd712
parenta95c67a77be3d964d5ba7cf36dc3d814dc10a9cc
Remove incorrect default value for participantId

ParticipantSupportedAcElements.participantId should not have a default
value set in the database, as it is a foreign key to Participant table

Issue-ID: POLICY-5422
Change-Id: Iecf703b132e5dd2d1d52e009a5335f4fdb0f8a14
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
runtime-acm/src/main/resources/db/changelog/changelog-1801.yaml [new file with mode: 0644]
runtime-acm/src/main/resources/db/changelog/db.changelog-master.yaml
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/liquibase/LiquibaseRollbackTest.java