mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-25 02:36:20 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9c2242012e
@ -41,7 +41,8 @@ async function relationalQuery(
|
|||||||
join website
|
join website
|
||||||
on website_event.website_id = website.website_id
|
on website_event.website_id = website.website_id
|
||||||
${joinSession}
|
${joinSession}
|
||||||
where website.website_id = $1${toUuid()}
|
where event_type = ${EVENT_TYPE.pageView}
|
||||||
|
and website.website_id = $1${toUuid()}
|
||||||
and website_event.created_at >= $2
|
and website_event.created_at >= $2
|
||||||
and website_event.created_at between $3 and $4
|
and website_event.created_at between $3 and $4
|
||||||
${filterQuery}
|
${filterQuery}
|
||||||
|
Loading…
Reference in New Issue
Block a user