fixed migration syntax domo (#13687)

This commit is contained in:
Onkar Ravgan 2023-10-23 21:22:55 +05:30 committed by GitHub
parent e87562c92e
commit 954b223927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
)