mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Compare commits
No commits in common. "42d0594118b67d916e2c9a1d7e8e50dc7b72a5d9" and "34677bca8f525977ee69ead8a5bc721fd6a64dae" have entirely different histories.
42d0594118
...
34677bca8f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
|
|
@ -119,7 +119,7 @@ async function relationalQuery(
|
|||
select distinct
|
||||
website_event.visit_id,
|
||||
website_event.referrer_path,
|
||||
coalesce(nullIf(website_event.event_name, ''), website_event.url_path) "event",
|
||||
coalesce(nullIf(website_event.event_name, ''), website_event.url_path) event,
|
||||
row_number() OVER (PARTITION BY visit_id ORDER BY website_event.created_at) AS event_number
|
||||
from website_event
|
||||
${cohortQuery}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue