update sqlc gen

This commit is contained in:
Pavel 2024-03-17 21:10:10 +03:00
parent 0f05193fb5
commit 847302fbff
2 changed files with 32 additions and 32 deletions

@ -550,7 +550,7 @@ WITH Funnel AS (
q.id, q.title, a.content q.id, q.title, a.content
HAVING HAVING
COUNT(a.id) >= 1 COUNT(a.id) >= 1
) )
SELECT SELECT
Funnel.count_start_false, Funnel.count_start_false,
Funnel.count_start_true, Funnel.count_start_true,

@ -1644,7 +1644,7 @@ WITH Funnel AS (
q.id, q.title, a.content q.id, q.title, a.content
HAVING HAVING
COUNT(a.id) >= 1 COUNT(a.id) >= 1
) )
SELECT SELECT
Funnel.count_start_false, Funnel.count_start_false,
Funnel.count_start_true, Funnel.count_start_true,