Skip to content

Commit 27d1662

Browse files
Ripwordsclaude
andcommitted
feat(db): add actor_client_id audit column + github_linked event kind
Adds nullable actor_client_id text column to report_events and report_comments for MCP OAuth machine-actor attribution. Extends the report_events kind enum with github_linked alongside github_unlinked. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2b786f4 commit 27d1662

5 files changed

Lines changed: 2892 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "report_comments" ADD COLUMN "actor_client_id" text;--> statement-breakpoint
2+
ALTER TABLE "report_events" ADD COLUMN "actor_client_id" text;

0 commit comments

Comments
 (0)