dalsi uprava vypoctu delty (ignorujeme orezane vyroby)
Some checks failed
CI and deploy / migration-check (push) Failing after 17s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-22 22:42:12 +02:00
parent 568b584748
commit 1dfab8c7a1
11 changed files with 174 additions and 12 deletions

View File

@@ -234,6 +234,12 @@ as $fn$
),
'[]'::jsonb
),
'pv_forecast_calibration',
(
select to_jsonb(c.*)
from ems.site_pv_forecast_calibration c
where c.site_id = p_site_id
),
'operational',
jsonb_build_object(
'heartbeat_last_seen',