force output if null
This commit is contained in:
parent
82db9a4334
commit
8624add269
@ -475,7 +475,8 @@ BEGIN
|
||||
),
|
||||
jsonb_build_object(
|
||||
'label', 'Target Support',
|
||||
'details', _tmath
|
||||
'details',
|
||||
COALESCE(_tmath, jsonb_build_object('label','No Target','value','','type','text','note',''))
|
||||
),
|
||||
jsonb_build_object(
|
||||
'label', 'Guidance',
|
||||
|
Loading…
Reference in New Issue
Block a user