mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add chat sharing foundation (#25041)
This commit is contained in:
@@ -71,6 +71,18 @@ sql:
|
||||
- column: "chats_expanded.labels"
|
||||
go_type:
|
||||
type: "StringMap"
|
||||
- column: "chats.user_acl"
|
||||
go_type:
|
||||
type: "ChatACL"
|
||||
- column: "chats.group_acl"
|
||||
go_type:
|
||||
type: "ChatACL"
|
||||
- column: "chats_expanded.user_acl"
|
||||
go_type:
|
||||
type: "ChatACL"
|
||||
- column: "chats_expanded.group_acl"
|
||||
go_type:
|
||||
type: "ChatACL"
|
||||
- column: "users.rbac_roles"
|
||||
go_type: "github.com/lib/pq.StringArray"
|
||||
- column: "templates.user_acl"
|
||||
|
||||
Reference in New Issue
Block a user