diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-04-18 17:09:52 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-04-23 15:58:19 +0100 |
commit | aa86c67092daa5bd10dd6506fd33f3a6233dd281 (patch) | |
tree | b94fd47a88548742a16a10ba01e2f1402b3437c7 /compose/config/clamp | |
parent | cebb4172163dc04b43be7e34d9a4b374370492f8 (diff) |
Add ACM db upgrade/downgrade to db-migrator
Issue-ID: POLICY-4934
Change-Id: Ic515eb1b2d549fdd91cff22ed6f589b673748657
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'compose/config/clamp')
-rw-r--r-- | compose/config/clamp/AcRuntimeParameters.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |