mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
query tuning. more userid denorm support
This commit is contained in:
@ -223,7 +223,8 @@ namespace Bit.Core.Services
|
||||
folderCiphers.Add(new FolderCipher
|
||||
{
|
||||
FolderId = folder.Id,
|
||||
CipherId = cipher.Id
|
||||
CipherId = cipher.Id,
|
||||
UserId = folder.UserId
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user