mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
81e2b2500a
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;
|