1
0
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:
Kyle Spearrin
2018-03-28 13:43:33 -04:00
parent cf7cfee9e0
commit 22bc85f651
4 changed files with 139 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ BEGIN
[CTE] ON C.[Id] = [CTE].[Id]
WHERE
C.[UserId] = @Id
AND C.[Attachments] IS NOT NULL
UPDATE
[dbo].[User]