update sqlc gen

This commit is contained in:
Pavel 2024-03-17 22:28:28 +03:00
parent ad4a8f77dc
commit 4199ac7f22
2 changed files with 2 additions and 0 deletions

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

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