mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: implement acl for workspaces (#19094)
This commit is contained in:
@@ -73,6 +73,18 @@ sql:
|
||||
- column: "template_usage_stats.app_usage_mins"
|
||||
go_type:
|
||||
type: "StringMapOfInt"
|
||||
- column: "workspaces.user_acl"
|
||||
go_type:
|
||||
type: "WorkspaceACL"
|
||||
- column: "workspaces.group_acl"
|
||||
go_type:
|
||||
type: "WorkspaceACL"
|
||||
- column: "workspaces_expanded.user_acl"
|
||||
go_type:
|
||||
type: "WorkspaceACL"
|
||||
- column: "workspaces_expanded.group_acl"
|
||||
go_type:
|
||||
type: "WorkspaceACL"
|
||||
- column: "notification_templates.actions"
|
||||
go_type:
|
||||
type: "[]byte"
|
||||
|
||||
Reference in New Issue
Block a user