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

3
coderd/apidoc/docs.go generated
View File

@ -14260,6 +14260,9 @@ const docTemplate = `{
"cron": {
"type": "string"
},
"display_name": {
"type": "string"
},
"log_path": {
"type": "string"
},