From d0b201aff96e84c67e6da6ce419af96104f7f2ba Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 23 Aug 2022 10:17:32 +0200 Subject: [PATCH] implements jsonb-changes-delta --- src/main/resources/db/changelog/004-jsonb-changes-delta.sql | 1 - 1 file changed, 1 deletion(-) 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);