Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
UPDATE test_case
SET json = json_set(json, '$.createdBy', json->>'$.updatedBy')
WHERE json->>'$.createdBy' IS NULL;