mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-04 07:33:56 +00:00
4 lines
121 B
MySQL
4 lines
121 B
MySQL
![]() |
UPDATE workflow_definition_entity
|
||
|
SET json = JSON_REMOVE(json, '$.type')
|
||
|
WHERE JSON_EXTRACT(json, '$.type') IS NOT NULL;
|