Skip to content

Commit

Permalink
fix(agents-api): add developerid constraint in create_update_task for…
Browse files Browse the repository at this point in the history
… tools
  • Loading branch information
Julep Developers committed Jan 7, 2025
1 parent fefec22 commit 7ba1056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$7, -- description
$8 -- spec
)
ON CONFLICT (agent_id, task_id, name) DO UPDATE SET
ON CONFLICT (developer_id, agent_id, task_id, name) DO UPDATE SET
type = EXCLUDED.type,
description = EXCLUDED.description,
spec = EXCLUDED.spec
Expand Down

0 comments on commit 7ba1056

Please sign in to comment.