mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
sync with user externalids
This commit is contained in:
@@ -15,7 +15,7 @@ BEGIN
|
||||
[dbo].[OrganizationUser] OU
|
||||
INNER JOIN
|
||||
[dbo].[GroupUser] GU ON GU.[OrganizationUserId] = OU.[Id]
|
||||
INNER JOIN
|
||||
LEFT JOIN
|
||||
[dbo].[User] U ON U.[Id] = OU.[UserId]
|
||||
WHERE
|
||||
GU.[GroupId] = @GroupId
|
||||
|
||||
Reference in New Issue
Block a user