mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
22e3ff96be
* 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';
|