mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
clean up funnel migration and report errors
This commit is contained in:
parent
1825524e95
commit
f3125c2add
4 changed files with 31 additions and 11 deletions
|
|
@ -75,7 +75,7 @@ async function relationalQuery(
|
|||
`
|
||||
select
|
||||
session.country as name,
|
||||
sum(r.revenue) value
|
||||
sum(revenue) value
|
||||
from revenue
|
||||
join website_event
|
||||
on website_event.website_id = revenue.website_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue