1
0
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:
Kyle Spearrin
2017-04-14 12:49:35 -04:00
parent f9ef519ec0
commit c6dcac96d3
5 changed files with 22 additions and 6 deletions

View File

@ -223,7 +223,8 @@ namespace Bit.Core.Services
folderCiphers.Add(new FolderCipher
{
FolderId = folder.Id,
CipherId = cipher.Id
CipherId = cipher.Id,
UserId = folder.UserId
});
}