Skip to content

Commit d865441

Browse files
committed
feat: implement workspace_apps backend support
Add workspace_apps field to database schema and backend code: - Add workspace_apps column to workspace_agents table via migration - Update WorkspaceAgent struct to include workspace_apps field - Update InsertWorkspaceAgentParams to accept workspace_apps - Update SQL queries and generated code to handle workspace_apps - Backend now passes workspace_apps from Terraform to database
1 parent 7b9597b commit d865441

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+27201
-2
lines changed

coderd/database/models.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries.sql.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries/activitybump.sql.go

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)