mirror of
https://github.com/umami-software/umami.git
synced 2026-05-30 06:47:25 +00:00
Merge branch 'analytics' of https://github.com/umami-software/umami into dev
This commit is contained in:
@@ -184,7 +184,7 @@ async function clickhouseQuery(
|
||||
select distinct y.session_id as session_id,
|
||||
y.url_path as url_path,
|
||||
y.referrer_path as referrer_path,
|
||||
y.event_name,
|
||||
y.event_name as event_name,
|
||||
y.created_at as created_at
|
||||
from level${i} x
|
||||
join level0 y
|
||||
|
||||
Reference in New Issue
Block a user