feat: add 'display_name' column to 'workspace_agent_scripts' (#14747)

* feat: add 'display_name' column to 'workspace_agent_scripts'

* fix: backfill from workspace_agent_log_sources

* fix: run 'make gen'
This commit is contained in:
Danielle Maywood
2024-09-20 14:26:13 +01:00
committed by GitHub
parent db7b411094
commit 86f68b220e
22 changed files with 420 additions and 349 deletions
+2 -1
View File
@@ -1365,7 +1365,8 @@ CREATE TABLE workspace_agent_scripts (
start_blocks_login boolean NOT NULL,
run_on_start boolean NOT NULL,
run_on_stop boolean NOT NULL,
timeout_seconds integer NOT NULL
timeout_seconds integer NOT NULL,
display_name text NOT NULL
);
CREATE SEQUENCE workspace_agent_startup_logs_id_seq