mirror of
https://github.com/bitwarden/server
synced 2025-12-28 14:13:48 +00:00
Initial cleanup
This commit is contained in:
@@ -4,6 +4,9 @@ public class SeededData
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public required string RecipeName { get; set; }
|
||||
public required string Data { get; set; } // JSON blob with entity tracking info
|
||||
/// <summary>
|
||||
/// JSON blob containing all
|
||||
/// </summary>
|
||||
public required string Data { get; set; }
|
||||
public DateTime CreationDate { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user