speedup zalozka planning
This commit is contained in:
@@ -147,6 +147,10 @@ async def patch_pv_forecast_calibration(
|
||||
status_code=404,
|
||||
detail="PV forecast calibration row missing; run migration V057",
|
||||
)
|
||||
await conn.execute(
|
||||
"select ems.fn_refresh_site_pv_delta_profile_cache($1::int)",
|
||||
site_id,
|
||||
)
|
||||
row = await conn.fetchrow(
|
||||
"""
|
||||
SELECT to_jsonb(c.*) AS j
|
||||
|
||||
Reference in New Issue
Block a user