mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
fixes for databasecontext and json types
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Bit.Core.Models.EntityFramework
|
||||
|
||||
public User User { get; set; }
|
||||
public Organization Organization { get; set; }
|
||||
[IgnoreMap]
|
||||
public JsonDocument DataJson
|
||||
{
|
||||
get => _dataJson;
|
||||
@@ -19,6 +20,7 @@ namespace Bit.Core.Models.EntityFramework
|
||||
_dataJson = value;
|
||||
}
|
||||
}
|
||||
[IgnoreMap]
|
||||
public JsonDocument AttachmentsJson
|
||||
{
|
||||
get => _attachmentsJson;
|
||||
|
||||
Reference in New Issue
Block a user