mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
is null, not =
This commit is contained in:
@ -9,6 +9,6 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[TransactionView]
|
||||
WHERE
|
||||
[UserId] = NULL
|
||||
[UserId] IS NULL
|
||||
AND [OrganizationId] = @OrganizationId
|
||||
END
|
Reference in New Issue
Block a user