- Notifications
You must be signed in to change notification settings - Fork1k
feat: addparent_id
column toworkspace_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Adds a new nullable column `parent_id` to `workspace_agents` table. Thislays the groundwork for having child agents.
Update the `InsertWorkspaceAgent` query to insert the `parent_id` field.Also updates the `dbmem` implementation, as well as updates the `dbgen`package to handle this new field as well.
e7067cc
to2f9844a
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Minor nits/suggestions but LGTM otherwise 👍🏻
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
0b5f27f
intomainUh oh!
There was an error while loading.Please reload this page.
Adds a new nullable column
parent_id
toworkspace_agents
table. This lays the groundwork for having child agents.