HOTFIX 3: comment signatura (int, boolean) — deploy R__018 padal 42883; force refresh po PATCH kalibrace
Throttle commit změnil signaturu fn_refresh_site_pv_delta_profile_cache na (int, boolean default false), ale comment on function dál mířil na (int) → repeatable migrace selhala (function does not exist), oba deploye (7da7205i18bf93a) spadly — na produkci NENÍ nic z delta hotfixů. PATCH kalibrace nově volá refresh s p_force=true (throttle nesmí zadržet přepočet po změně parametrů). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -54,7 +54,7 @@ begin
|
||||
end;
|
||||
$fn$;
|
||||
|
||||
comment on function ems.fn_refresh_site_pv_delta_profile_cache(int) is
|
||||
comment on function ems.fn_refresh_site_pv_delta_profile_cache(int, boolean) is
|
||||
'Přepočte a uloží delta_profile_cache pro site (volá fn_pv_forecast_delta_profile).';
|
||||
|
||||
create or replace function ems.fn_pv_forecast_delta_profile_cached(
|
||||
|
||||
Reference in New Issue
Block a user