mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
add date params back to session metrics
This commit is contained in:
parent
c6d0fde424
commit
a1edd4821c
@ -67,6 +67,7 @@ async function clickhouseQuery(
|
||||
${includeCountry ? ', country' : ''}
|
||||
from website_event
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
and event_type = {eventType:UInt32}
|
||||
${filterQuery}
|
||||
group by x
|
||||
|
Loading…
Reference in New Issue
Block a user