mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-11 13:44:01 +01:00
re-add strict-order.
This commit is contained in:
parent
11009175f2
commit
2baf952ab8
@ -91,7 +91,7 @@ async function clickhouseQuery(
|
||||
count(*) AS count
|
||||
FROM (
|
||||
SELECT session_id,
|
||||
windowFunnel({window:UInt32})
|
||||
windowFunnel({window:UInt32}, 'strict_order')
|
||||
(
|
||||
created_at
|
||||
${columnsQuery}
|
||||
|
Loading…
Reference in New Issue
Block a user