force output if null

This commit is contained in:
Paul Trowbridge 2025-08-11 12:10:47 -04:00
parent 82db9a4334
commit 8624add269

View File

@ -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',