mirror of
https://github.com/bitwarden/server
synced 2026-01-01 16:13:33 +00:00
drop json null checks from storage update procs
This commit is contained in:
@@ -26,7 +26,6 @@ BEGIN
|
||||
[CTE] ON C.[Id] = [CTE].[Id]
|
||||
WHERE
|
||||
C.[UserId] = @Id
|
||||
AND C.[Attachments] IS NOT NULL
|
||||
|
||||
UPDATE
|
||||
[dbo].[User]
|
||||
|
||||
Reference in New Issue
Block a user