mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
v3 prisma queries update
This commit is contained in:
parent
61b667c587
commit
2ffde37f5b
21 changed files with 119 additions and 108 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue