Merge pull request #1874 from umami-software/dev

fix urlPath clickhouse
This commit is contained in:
Francis Cao
2023-04-07 14:27:04 -07:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ function clickhouseQuery(websiteId: string, startAt: Date, eventType: number) {
session_id as sessionId,
created_at as createdAt,
toUnixTimestamp(created_at) as timestamp,
url_path,
url_path as urlPath,
event_name as eventName
from website_event
where event_type = {eventType:UInt32}