From aa86c67092daa5bd10dd6506fd33f3a6233dd281 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 18 Apr 2024 17:09:52 +0100 Subject: Add ACM db upgrade/downgrade to db-migrator Issue-ID: POLICY-4934 Change-Id: Ic515eb1b2d549fdd91cff22ed6f589b673748657 Signed-off-by: waynedunican --- compose/config/clamp/AcRuntimeParameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose/config') diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index 262f10c6..c61428da 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -18,7 +18,7 @@ spring: maximumPoolSize: 10 jpa: hibernate: - ddl-auto: update + ddl-auto: none naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy -- cgit 1.2.3-korg