mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
cipher updates
move cipher info to favorites and folders sprocs for getting shared cipher information
This commit is contained in:
@ -7,9 +7,8 @@ namespace Bit.Core.Models.Table
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public Guid? FolderId { get; set; }
|
||||
public Guid? OrganizationId { get; set; }
|
||||
public Enums.CipherType Type { get; set; }
|
||||
public bool Favorite { get; set; }
|
||||
public string Data { get; set; }
|
||||
public DateTime CreationDate { get; internal set; } = DateTime.UtcNow;
|
||||
public DateTime RevisionDate { get; internal set; } = DateTime.UtcNow;
|
||||
|
Reference in New Issue
Block a user