mirror of
https://github.com/bitwarden/server
synced 2026-01-09 12:03:21 +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.[OrganizationId] = @Id
|
||||
AND C.[Attachments] IS NOT NULL
|
||||
|
||||
UPDATE
|
||||
[dbo].[Organization]
|
||||
|
||||
Reference in New Issue
Block a user