feat: make database.Chat auditable (#24485)

Wire database.Chat into the audit system so chat lifecycle events
(creation, patches, etc.) produce audit log entries.

Part of CODAGT-200.

> 🤖
This commit is contained in:
Cian Johnston
2026-04-21 11:11:56 +01:00
committed by GitHub
parent 5f3effd839
commit c968a1f3a3
18 changed files with 271 additions and 28 deletions
+2 -1
View File
@@ -525,7 +525,8 @@ CREATE TYPE resource_type AS ENUM (
'workspace_app',
'prebuilds_settings',
'task',
'ai_seat'
'ai_seat',
'chat'
);
CREATE TYPE shareable_workspace_owners AS ENUM (