2025-01-24 16:56:07 +05:30

3 lines
91 B
SQL

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