mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
fixed migration syntax domo (#13687)
This commit is contained in:
parent
e87562c92e
commit
954b223927
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user