mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: handle new agent stat format correctly (#14576)
--------- Co-authored-by: Ethan Dickson <ethan@coder.com>
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE workspace_agent_stats DROP COLUMN usage;
|
@ -0,0 +1 @@
|
||||
ALTER TABLE workspace_agent_stats ADD COLUMN usage boolean NOT NULL DEFAULT false;
|
Reference in New Issue
Block a user