1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 03:23:20 +00:00

fixed a bad migration change (#1511)

This commit is contained in:
Addison Beck
2021-08-12 13:06:02 -04:00
committed by GitHub
parent f55708d748
commit 87fb3f533c
2 changed files with 22 additions and 1 deletions

View File

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