mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge branch 'dev' into feat/um-23-new-schema
This commit is contained in:
commit
4bc3d46efb
2 changed files with 3 additions and 6 deletions
|
|
@ -54,7 +54,7 @@ async function clickhouseQuery(
|
|||
const { filterQuery } = parseFilters(filters, params);
|
||||
|
||||
return rawQuery(
|
||||
`select ${field} x, count(*) y
|
||||
`select ${field} x, count(distinct session_id) y
|
||||
from event as x
|
||||
where website_id = $1
|
||||
and rev_id = $2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue