Skip to content

Commit

Permalink
Fix postgres query added in pr #19411 (#19512)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonika-shah authored Jan 24, 2025
1 parent 182b8ab commit 3267b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
UPDATE workflow_definition_entity
SET json = jsonb - 'type'
SET json = json - 'type'
WHERE json->>'type' IS NOT NULL;

0 comments on commit 3267b71

Please sign in to comment.