1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -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

@ -6,5 +6,6 @@ namespace Bit.Core.Models.Table
{
public Guid CipherId { get; set; }
public Guid FolderId { get; set; }
public Guid UserId { get; set; }
}
}