mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 05:03:10 +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(
|
SET json = jsonb_set(
|
||||||
json::jsonb #- '{connection,config,sandboxDomain}',
|
json::jsonb #- '{connection,config,sandboxDomain}',
|
||||||
'{connection,config,instanceDomain}',
|
'{connection,config,instanceDomain}',
|
||||||
json JSONB NOT NULL,
|
|
||||||
(json #> '{connection,config,sandboxDomain}')::jsonb,
|
(json #> '{connection,config,sandboxDomain}')::jsonb,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user