Skip to content

Commit

Permalink
Fix postgres query added in pr #19411
Browse files Browse the repository at this point in the history
  • Loading branch information
sonika-shah committed Jan 24, 2025
1 parent 68a0e6a commit a7b22c3
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 a7b22c3

Please sign in to comment.