umami: View umami submit events from 2025-09-01

To see more submits in our dashboard
This commit is contained in:
2025-12-03 08:53:50 +01:00
parent a18e7d2e23
commit 877cc612a0
2 changed files with 51 additions and 1 deletions
@@ -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