From 3267b7121703382b01a372e384e5bd7058f4f603 Mon Sep 17 00:00:00 2001 From: sonika-shah <58761340+sonika-shah@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:56:07 +0530 Subject: [PATCH] Fix postgres query added in pr #19411 (#19512) --- .../sql/migrations/native/1.7.0/postgres/schemaChanges.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/sql/migrations/native/1.7.0/postgres/schemaChanges.sql b/bootstrap/sql/migrations/native/1.7.0/postgres/schemaChanges.sql index e45493d32ca..b4fe9295dd8 100644 --- a/bootstrap/sql/migrations/native/1.7.0/postgres/schemaChanges.sql +++ b/bootstrap/sql/migrations/native/1.7.0/postgres/schemaChanges.sql @@ -1,3 +1,3 @@ UPDATE workflow_definition_entity -SET json = jsonb - 'type' +SET json = json - 'type' WHERE json->>'type' IS NOT NULL; \ No newline at end of file