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