mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
clickhouse inserts
This commit is contained in:
parent
6ea2282f82
commit
65910c7348
13 changed files with 146 additions and 40 deletions
|
|
@ -24,7 +24,6 @@ async function clickhouseQuery(session_uuid) {
|
|||
return rawQueryClickhouse(
|
||||
`
|
||||
select
|
||||
session_id,
|
||||
session_uuid,
|
||||
website_id,
|
||||
created_at,
|
||||
|
|
@ -36,7 +35,7 @@ async function clickhouseQuery(session_uuid) {
|
|||
"language",
|
||||
country
|
||||
from session
|
||||
where session_id = $1
|
||||
where session_uuid = $1
|
||||
`,
|
||||
params,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue