mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-18 04:05:42 +00:00
fix: migration for postgres
This commit is contained in:
parent
efd48eb833
commit
ef232a234b
@ -9,4 +9,4 @@ SET json = jsonb_set(
|
||||
true
|
||||
)
|
||||
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