Unify sp_rollout_group.target_percentage type REAL -> FLOAT (#2930)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2026-02-23 14:38:39 +02:00
committed by GitHub
parent 84aa7c898d
commit 2660bca4c7
3 changed files with 11 additions and 1 deletions

View File

@@ -60,6 +60,10 @@ hawkbit.dmf.enabled=false
#hawkbit.server.security.cors.enabled=true
#hawkbit.server.security.cors.allowedOrigins=http://localhost
# Enable H2 console for development and testing purposes
#spring.h2.console.enabled=true
#spring.h2.console.path=/h2-console
# Swagger Configuration / https://springdoc.org/v2/#properties
springdoc.api-docs.version=openapi_3_0
springdoc.show-oauth2-endpoints=true