mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
remove unneccessary website join
This commit is contained in:
parent
ada332f174
commit
7e00be1662
1 changed files with 1 additions and 3 deletions
|
|
@ -43,10 +43,8 @@ async function relationalQuery(
|
|||
min(website_event.created_at) as "min_time",
|
||||
max(website_event.created_at) as "max_time"
|
||||
from website_event
|
||||
join website
|
||||
on website_event.website_id = website.website_id
|
||||
${joinSession}
|
||||
where website.website_id = {{websiteId::uuid}}
|
||||
where website_event.website_id = {{websiteId::uuid}}
|
||||
and website_event.created_at between {{startDate}} and {{endDate}}
|
||||
and event_type = {{eventType}}
|
||||
${filterQuery}
|
||||
|
|
|
|||
Loading…
Reference in a new issue