mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Add `template_usage_stats` table for aggregating tempalte usage data. Data is rolled up by the `UpsertTemplateUsageStats` query, which fetches data from the `workspace_agent_stats` and `workspace_app_stats` tables.