mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: omit users for 'Everyone' group in response (#5937)
This commit is contained in:
@ -36,18 +36,6 @@ AND
|
||||
AND
|
||||
users.deleted = 'false';
|
||||
|
||||
-- name: GetAllOrganizationMembers :many
|
||||
SELECT
|
||||
users.*
|
||||
FROM
|
||||
users
|
||||
JOIN
|
||||
organization_members
|
||||
ON
|
||||
users.id = organization_members.user_id
|
||||
WHERE
|
||||
organization_members.organization_id = $1;
|
||||
|
||||
-- name: GetGroupsByOrganizationID :many
|
||||
SELECT
|
||||
*
|
||||
|
Reference in New Issue
Block a user