umami: View umami submit events from 2025-09-01
To see more submits in our dashboard
This commit is contained in:
@@ -50,7 +50,7 @@ create view weekly_sim_submit_count as
|
||||
events.group = group_and_sims.group
|
||||
and events.sim_type = group_and_sims.sim_type
|
||||
-- NOTE(simkir): Filter here in the join to, again, allow missing rows
|
||||
and events.created_at between current_timestamp - '7 days'::interval and current_timestamp
|
||||
and events.created_at between '2025-09-01' and current_timestamp
|
||||
group by
|
||||
group_and_sims.group,
|
||||
group_and_sims.sim_type
|
||||
|
||||
Reference in New Issue
Block a user