1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Add OrganizationUser_ReadByMinimumRole to Sql.sqlproj (#1555)

This commit is contained in:
Oscar Hinton
2021-09-07 15:42:44 +02:00
committed by GitHub
parent 8f27f21ce0
commit 02866623f2
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,6 @@ BEGIN
[dbo].[OrganizationUserUserDetailsView]
WHERE
OrganizationId = @OrganizationId
AND Status = 2
AND Status = 2 -- 2 = Confirmed
AND [Type] <= @MinRole
END