Fix postgres query added in pr #19411 (#19512)

This commit is contained in:
sonika-shah 2025-01-24 16:56:07 +05:30 committed by GitHub
parent 182b8ab864
commit 3267b71217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,3 @@
UPDATE workflow_definition_entity
SET json = jsonb - 'type'
SET json = json - 'type'
WHERE json->>'type' IS NOT NULL;