Unify sp_rollout_group.target_percentage type REAL -> FLOAT (#2930)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -43,6 +43,10 @@ hawkbit.server.repository.publish-target-poll-event=false
|
||||
# Disable discovery client of spring-cloud-commons
|
||||
spring.cloud.discovery.enabled=false
|
||||
|
||||
# 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -111,3 +111,5 @@ ALTER INDEX sp_idx_action_status_02_sp_action_status RENAME TO sp_idx_action_sta
|
||||
|
||||
-- rename index
|
||||
ALTER TABLE sp_tenant RENAME CONSTRAINT fk_sp_tenant_default_ds_type TO fk_tenant_default_ds_type;
|
||||
|
||||
ALTER TABLE sp_rollout_group ALTER COLUMN target_percentage FLOAT;
|
||||
Reference in New Issue
Block a user