This commit is contained in:
Paul Trowbridge 2018-09-25 14:03:06 -04:00
parent 47ef81b318
commit f9e1dac6c3
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ BEGIN
UPDATE
evt.fspr f
SET
prop = f.prop || '{"rf":"global"}'::jsonb
prop = COALESCE(f.prop,'{}'::jsonb) || '{"rf":"global"}'::jsonb
FROM
touched t
WHERE