From 954b223927e3055170b5e4329a39832a5e92d90c Mon Sep 17 00:00:00 2001 From: Onkar Ravgan Date: Mon, 23 Oct 2023 21:22:55 +0530 Subject: [PATCH] fixed migration syntax domo (#13687) --- bootstrap/sql/migrations/native/1.2.0/postgres/schemaChanges.sql | 1 - 1 file changed, 1 deletion(-) 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 )