diff --git a/bootstrap/sql/migrations/native/1.2.0/postgres/schemaChanges.sql b/bootstrap/sql/migrations/native/1.2.0/postgres/schemaChanges.sql index 47238c42270..39465f8303a 100644 --- a/bootstrap/sql/migrations/native/1.2.0/postgres/schemaChanges.sql +++ b/bootstrap/sql/migrations/native/1.2.0/postgres/schemaChanges.sql @@ -107,7 +107,6 @@ UPDATE dashboard_service_entity SET json = jsonb_set( json::jsonb #- '{connection,config,sandboxDomain}', '{connection,config,instanceDomain}', - json JSONB NOT NULL, (json #> '{connection,config,sandboxDomain}')::jsonb, true )