mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
add final keyword to session data queries
This commit is contained in:
parent
c79720ae1d
commit
439377f5c5
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ async function clickhouseQuery(websiteId: string, sessionId: string) {
|
|||
number_value as numberValue,
|
||||
date_value as dateValue,
|
||||
created_at as createdAt
|
||||
from session_data
|
||||
from session_data final
|
||||
where website_id = {websiteId:UUID}
|
||||
and session_id = {sessionId:UUID}
|
||||
order by data_key asc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue