mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Compare commits
4 commits
34677bca8f
...
42d0594118
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42d0594118 | ||
|
|
34c31ca63c | ||
|
|
dacf13475a | ||
|
|
8286af1453 |
2 changed files with 1 additions and 1 deletions
BIN
public/images/country/t1.png
Normal file
BIN
public/images/country/t1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -119,7 +119,7 @@ async function relationalQuery(
|
||||||
select distinct
|
select distinct
|
||||||
website_event.visit_id,
|
website_event.visit_id,
|
||||||
website_event.referrer_path,
|
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
|
row_number() OVER (PARTITION BY visit_id ORDER BY website_event.created_at) AS event_number
|
||||||
from website_event
|
from website_event
|
||||||
${cohortQuery}
|
${cohortQuery}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue