mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
Generated
+2
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user