From 3595b24f3b420862544d101d8b770a6a349bb8dc Mon Sep 17 00:00:00 2001 From: Dusan Vojacek Date: Sat, 2 May 2026 14:09:52 +0200 Subject: [PATCH] fix --- db/routines/R__086_fn_forecast_pv_prague_day_ops.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/routines/R__086_fn_forecast_pv_prague_day_ops.sql b/db/routines/R__086_fn_forecast_pv_prague_day_ops.sql index 1d1ab62..64419b9 100644 --- a/db/routines/R__086_fn_forecast_pv_prague_day_ops.sql +++ b/db/routines/R__086_fn_forecast_pv_prague_day_ops.sql @@ -16,7 +16,7 @@ as $fn$ declare v_ts_start timestamptz; v_ts_end timestamptz; - v_tgt interval_rows bigint; + v_tgt bigint; v_acc bigint; v_iv bigint; v_run bigint;