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
commit 0f6cfca522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}