v3 prisma queries update
This commit is contained in:
@@ -44,6 +44,7 @@ async function relationalQuery(
|
||||
from website_event
|
||||
${cohortQuery}
|
||||
join session on website_event.session_id = session.session_id
|
||||
and website_event.website_id = session.website_id
|
||||
where website_event.website_id = {{websiteId::uuid}}
|
||||
and website_event.created_at between {{startDate}} and {{endDate}}
|
||||
${filterQuery}
|
||||
|
||||
Reference in New Issue
Block a user