mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
This allows external services like our devcontainer support to display errors and warnings with custom styles to indicate failures to users.
3 lines
105 B
SQL
3 lines
105 B
SQL
ALTER TABLE workspace_agent_startup_logs
|
|
ADD COLUMN level log_level NOT NULL DEFAULT 'info'::log_level;
|