mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* feat(coderd,agent): send startup log eof at the end * fix(coderd): fix edge case in startup log pubsub * fix(coderd): ensure startup logs are closed on lifecycle state change (fallback) * fix(codersdk): fix startup log channel shared memory bug * fix(site): remove the EOF log line
2 lines
58 B
SQL
2 lines
58 B
SQL
ALTER TABLE workspace_agent_startup_logs DROP COLUMN eof;
|