mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-06 08:37:22 +00:00
3 lines
91 B
SQL
3 lines
91 B
SQL
UPDATE workflow_definition_entity
|
|
SET json = json - 'type'
|
|
WHERE json->>'type' IS NOT NULL; |