mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
change views back to pageviews
This commit is contained in:
parent
d945ed3a23
commit
ab58c76b6a
3 changed files with 16 additions and 15 deletions
|
|
@ -78,7 +78,6 @@ FROM umami.website_event we
|
|||
JOIN umami.website_event_join j
|
||||
ON we.session_id = j.session_id
|
||||
and date_trunc('hour', we.created_at) = j.created_at
|
||||
WHERE we.created_at > '2023-03-31';
|
||||
|
||||
RENAME TABLE umami.website_event TO umami.website_event_old;
|
||||
RENAME TABLE umami.website_event_new TO umami.website_event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue