diff --git a/hawkbit-repository/hawkbit-repository-jpa-flyway/src/main/resources/db/migration/POSTGRESQL/V1_12_37__unify__POSTGRESQL.sql b/hawkbit-repository/hawkbit-repository-jpa-flyway/src/main/resources/db/migration/POSTGRESQL/V1_12_37__unify__POSTGRESQL.sql index 2f701bc7d..5ef428063 100644 --- a/hawkbit-repository/hawkbit-repository-jpa-flyway/src/main/resources/db/migration/POSTGRESQL/V1_12_37__unify__POSTGRESQL.sql +++ b/hawkbit-repository/hawkbit-repository-jpa-flyway/src/main/resources/db/migration/POSTGRESQL/V1_12_37__unify__POSTGRESQL.sql @@ -112,4 +112,4 @@ 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; \ No newline at end of file +ALTER TABLE sp_rollout_group ALTER COLUMN target_percentage TYPE FLOAT; \ No newline at end of file