mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-07 00:58:46 +00:00
4 lines
217 B
MySQL
4 lines
217 B
MySQL
![]() |
-- Add the supportsProfiler field to the MongoDB connection configuration
|
||
|
UPDATE dbservice_entity
|
||
|
SET json = jsonb_set(json::jsonb, '{connection,config,supportsProfiler}', 'true'::jsonb)
|
||
|
WHERE serviceType = 'MongoDB';
|