1
0
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:
Jimmy Vo
2025-08-18 11:12:42 -04:00
committed by GitHub
parent bd133b936c
commit 03327cb082
3 changed files with 146 additions and 0 deletions

View File

@@ -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],