diff --git a/src/main/resources/db/changelog/004-jsonb-changes-delta.sql b/src/main/resources/db/changelog/004-jsonb-changes-delta.sql index 04ef1c18..fa4d5222 100644 --- a/src/main/resources/db/changelog/004-jsonb-changes-delta.sql +++ b/src/main/resources/db/changelog/004-jsonb-changes-delta.sql @@ -41,7 +41,6 @@ begin else raise notice 'not an object: %, leaving %', oldJsonElement.key, newJson -> (oldJsonElement.key); end if; - continue; else raise notice 'nulling old: %', oldJsonElement.key; diffJson = diffJson || jsonb_build_object(oldJsonElement.key, null);