mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00: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.
2 lines
33 B
SQL
2 lines
33 B
SQL
DROP TABLE template_usage_stats;
|