mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
clean up session properties / values
This commit is contained in:
parent
aaf9adacc6
commit
db25f241c0
7 changed files with 10 additions and 10 deletions
|
|
@ -55,7 +55,7 @@ async function clickhouseQuery(
|
|||
data_type = 4, toString(date_trunc('hour', date_value)),
|
||||
string_value) as "value",
|
||||
count(*) as "total"
|
||||
from umami.event_data
|
||||
from event_data
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
and data_key = {propertyName:String}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue