small fix

This commit is contained in:
Wolfgang Hottgenroth 2023-02-11 11:24:18 +01:00
parent f16b7c0d71
commit 1b6ada7dbb
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -49,7 +49,6 @@ create or replace function pv_stats_func ()
language plpgsql
as $$
declare
v_stat_id pv_stats_t.id%TYPE;
v_dateTypes varchar[] := array['day', 'month', 'year'];
v_dateType varchar;
begin