update sqlc gen

This commit is contained in:
Pavel 2024-03-17 22:23:30 +03:00
parent 5f596d7358
commit 6218cbd69c
2 changed files with 2 additions and 2 deletions

@ -512,7 +512,7 @@ WITH Funnel AS (
AND a.created_at >= TO_TIMESTAMP($2)
AND a.created_at <= TO_TIMESTAMP($3)
GROUP BY
q.title, a.quiz_id
q.title, a.quiz_id, a.result
HAVING
COUNT(*) >= 1
),

@ -1606,7 +1606,7 @@ WITH Funnel AS (
AND a.created_at >= TO_TIMESTAMP($2)
AND a.created_at <= TO_TIMESTAMP($3)
GROUP BY
q.title, a.quiz_id
q.title, a.quiz_id, a.result
HAVING
COUNT(*) >= 1
),