3 lines
91 B
MySQL
Raw Normal View History

UPDATE workflow_definition_entity
SET json = json - 'type'
WHERE json->>'type' IS NOT NULL;