Remove incorrect default value for particpantId 82/141582/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Tue, 22 Jul 2025 19:53:40 +0000 (20:53 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Wed, 23 Jul 2025 12:41:37 +0000 (13:41 +0100)
commit258a917e43cd682c9b4dd968d9449692e2caa050
tree461832cbf41f26a6428e44374e67d806f1f4038d
parent45ee0025f545eb38b5a071ef4640b9994a8722fd
Remove incorrect default value for particpantId

ParticipantReplica.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: Ibc855a9cb0b4d55ad5daf9a750bfc1ae24bbcfa3
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
policy-db-migrator/src/main/docker/config/clampacm/postgres/1702/downgrade/0500-participantreplica.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/clampacm/postgres/1702/upgrade/0500-participantreplica.sql [new file with mode: 0644]