Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
203 B
MySQL
Raw Normal View History

-- Add the supportsProfiler field to the MongoDB connection configuration
UPDATE dbservice_entity
SET json = JSON_INSERT(json, '$.connection.config.supportsProfiler', TRUE)
WHERE serviceType = 'MongoDB';