mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
04f0510b09
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.
2 lines
33 B
SQL
2 lines
33 B
SQL
DROP TABLE template_usage_stats;
|