mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
05e449943d
* chore: convert workspace agent stats from json to table * chore: convert agent stats to use a table Backwards compatibility becomes hard when all agent stats are in a JSON blob. We also want to query this table for new agents that are failing health checks so we can display it in the UI. * Fix migration using default values