Align mismatching column types in DB schema 74/141574/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Mon, 21 Jul 2025 16:17:01 +0000 (17:17 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Tue, 22 Jul 2025 19:45:59 +0000 (20:45 +0100)
commit6fc962479cb04aab9d5cd800e8e3f72c423f489e
treecdbe3b3d20a55913d97e799ce8ea54ef3c1d98a4
parent3930f67660e5a94845ee3c6f67cc7a7f8374b103
Align mismatching column types in DB schema

These columns have type Integer in Java:
- JpaAutomationComposition.phase
- JpaAutomationCompositionElement.stage
The types are changed in the database to match Java.

Issue-ID: POLICY-5422
Change-Id: Ic0708a5b89d4bc6832f0fb1c18324f44ae25e1ae
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
policy-db-migrator/src/main/docker/config/clampacm/postgres/1702/downgrade/0100-automationcomposition.sql
policy-db-migrator/src/main/docker/config/clampacm/postgres/1702/downgrade/0300-automationcompositionelement.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/clampacm/postgres/1702/upgrade/0100-automationcomposition.sql
policy-db-migrator/src/main/docker/config/clampacm/postgres/1702/upgrade/0300-automationcompositionelement.sql [new file with mode: 0644]