mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
[PM-24278] Fix sproc to return UserId (#6203)
This commit is contained in:
@@ -52,6 +52,7 @@ BEGIN
|
||||
-- Return policy details for each matching organization user.
|
||||
SELECT
|
||||
OU.[OrganizationUserId],
|
||||
OU.[UserId],
|
||||
P.[OrganizationId],
|
||||
P.[Type] AS [PolicyType],
|
||||
P.[Data] AS [PolicyData],
|
||||
|
||||
Reference in New Issue
Block a user