mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge Session/Event/Pageview CH
This commit is contained in:
parent
d377ef86e7
commit
52e036964b
18 changed files with 237 additions and 294 deletions
|
|
@ -31,7 +31,7 @@ async function clickhouseQuery(session_uuid) {
|
|||
const params = [session_uuid];
|
||||
|
||||
return rawQuery(
|
||||
`select
|
||||
`select distinct
|
||||
session_uuid,
|
||||
website_id,
|
||||
created_at,
|
||||
|
|
@ -42,7 +42,7 @@ async function clickhouseQuery(session_uuid) {
|
|||
screen,
|
||||
language,
|
||||
country
|
||||
from session
|
||||
from event
|
||||
where session_uuid = $1`,
|
||||
params,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue