mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +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;
|