mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-27 02:26:18 +01:00
Merge pull request #1874 from umami-software/dev
fix urlPath clickhouse
This commit is contained in:
commit
0f6cfca522
@ -32,7 +32,7 @@ function clickhouseQuery(websiteId: string, startAt: Date, eventType: number) {
|
|||||||
session_id as sessionId,
|
session_id as sessionId,
|
||||||
created_at as createdAt,
|
created_at as createdAt,
|
||||||
toUnixTimestamp(created_at) as timestamp,
|
toUnixTimestamp(created_at) as timestamp,
|
||||||
url_path,
|
url_path as urlPath,
|
||||||
event_name as eventName
|
event_name as eventName
|
||||||
from website_event
|
from website_event
|
||||||
where event_type = {eventType:UInt32}
|
where event_type = {eventType:UInt32}
|
||||||
|
Loading…
Reference in New Issue
Block a user