mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-18 12:18:35 +00:00
fix: migration for postgres
This commit is contained in:
parent
efd48eb833
commit
ef232a234b
@ -9,4 +9,4 @@ SET json = jsonb_set(
|
|||||||
true
|
true
|
||||||
)
|
)
|
||||||
WHERE serviceType in ('Databricks', 'UnityCatalog')
|
WHERE serviceType in ('Databricks', 'UnityCatalog')
|
||||||
AND json -> 'connection' -> 'config' ? 'token';
|
AND jsonb_exists(json -> 'connection' -> 'config', 'token');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user