mirror of
https://github.com/bitwarden/server
synced 2025-12-28 06:03:29 +00:00
support for attachments keys
load existing items and set attachments on key update
This commit is contained in:
@@ -340,6 +340,7 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
[dbo].[Cipher]
|
||||
SET
|
||||
[Data] = TC.[Data],
|
||||
[Attachments] = TC.[Attachments],
|
||||
[RevisionDate] = TC.[RevisionDate]
|
||||
FROM
|
||||
[dbo].[Cipher] C
|
||||
|
||||
Reference in New Issue
Block a user