mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
is null, not =
This commit is contained in:
@@ -155,7 +155,7 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[TransactionView]
|
||||
WHERE
|
||||
[UserId] = NULL
|
||||
[UserId] IS NULL
|
||||
AND [OrganizationId] = @OrganizationId
|
||||
END
|
||||
GO
|
||||
|
||||
Reference in New Issue
Block a user