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 e45493d32caa..b4fe9295dd8a 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