From 1b6ada7dbb9eb8901495b94c4ef7926771a488eb Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 11 Feb 2023 11:24:18 +0100 Subject: [PATCH] small fix --- schema/create.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/schema/create.sql b/schema/create.sql index c69e151..cc689ad 100644 --- a/schema/create.sql +++ b/schema/create.sql @@ -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