mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* feat(api): Add agent shutdown lifecycle states * feat(agent): Add shutdown_script support * feat(agent): Add shutdown_script timeout * feat(site): Support new agent lifecycle states --- Co-authored-by: Marcin Tojek <marcin@coder.com>
3 lines
177 B
SQL
3 lines
177 B
SQL
-- Set lifecycle_state to enum value not available in previous migration.
|
|
UPDATE workspace_agents SET lifecycle_state = 'off' WHERE id = '7a1ce5f8-8d00-431c-ad1b-97a846512804';
|