mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-02 10:27:24 +00:00
5 lines
199 B
MySQL
5 lines
199 B
MySQL
|
|
-- we are not using the secretsManagerCredentials
|
||
|
|
UPDATE metadata_service_entity
|
||
|
|
SET json = JSON_REMOVE(json, '$.openMetadataServerConnection.secretsManagerCredentials')
|
||
|
|
where name = 'OpenMetadata';
|