1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 14:13:48 +00:00

Initial cleanup

This commit is contained in:
Hinton
2025-10-16 15:17:44 -07:00
parent 58c620e8a0
commit b9dcac4423
4 changed files with 10 additions and 18 deletions

View File

@@ -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; }
}