OpenMetadata/bootstrap/sql/migrations/native/1.11.6/postgres/schemaChanges.sql

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

5 lines
229 B
MySQL
Raw Normal View History

-- Remove overrideLineage from DatabaseMetadata pipeline config
UPDATE ingestion_pipeline_entity
SET json = json::jsonb #- '{sourceConfig,config,overrideLineage}'
WHERE json #>> '{sourceConfig,config,type}' = 'DatabaseMetadata';