mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Add Reset / Delete functionality.
This commit is contained in:
parent
4f098a34c1
commit
30743feb0e
6 changed files with 26 additions and 29 deletions
|
|
@ -66,7 +66,8 @@ async function clickhouseQuery(
|
|||
count(${count !== '*' ? 'distinct session_id' : count}) y
|
||||
from event
|
||||
where event_name = ''
|
||||
and website_id= $1
|
||||
and website_id = $1
|
||||
and rev_id = $2
|
||||
and ${getBetweenDates('created_at', start_at, end_at)}
|
||||
${pageviewQuery}
|
||||
${sessionQuery}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue