mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-06 16:47:29 +00:00
3 lines
92 B
MySQL
3 lines
92 B
MySQL
![]() |
UPDATE workflow_definition_entity
|
||
|
SET json = jsonb - 'type'
|
||
|
WHERE json->>'type' IS NOT NULL;
|