mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
feat: implement acl for workspaces (#19094)
This commit is contained in:
@@ -418,6 +418,8 @@ WHERE
|
||||
'never'::automatic_updates, -- automatic_updates
|
||||
false, -- favorite
|
||||
'0001-01-01 00:00:00+00'::timestamptz, -- next_start_at
|
||||
'{}'::jsonb, -- group_acl
|
||||
'{}'::jsonb, -- user_acl
|
||||
'', -- owner_avatar_url
|
||||
'', -- owner_username
|
||||
'', -- owner_name
|
||||
|
||||
Reference in New Issue
Block a user