Skip to content

feat: add parent_id column to workspace_agents table #17758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 12, 2025
Merged
Prev Previous commit
Next Next commit
fix: add missing parent_id
  • Loading branch information
DanielleMaywood committed May 12, 2025
commit 79de869b8c25b4ead300b60a010aeed16fe7ea63
1 change: 1 addition & 0 deletions site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ export const MockWorkspaceAgent: TypesGen.WorkspaceAgent = {
created_at: "",
environment_variables: {},
id: "test-workspace-agent",
parent_id: null,
name: "a-workspace-agent",
operating_system: "linux",
resource_id: "",
Expand Down