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

@@ -110,4 +110,6 @@ ALTER INDEX sp_idx_action_status_prim_sp_action_status RENAME TO sp_idx_action_s
ALTER INDEX sp_idx_action_status_02_sp_action_status RENAME TO sp_idx_action_status_02;
-- rename index
ALTER TABLE sp_tenant RENAME CONSTRAINT fk_sp_tenant_default_ds_type TO fk_tenant_default_ds_type;
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;