1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 16:23:29 +00:00
This commit is contained in:
Kyle Spearrin
2016-05-03 19:49:49 -04:00
parent 92e74274e0
commit 24a5a16723
15 changed files with 250 additions and 77 deletions

View File

@@ -27,6 +27,7 @@ namespace Bit.App.Models.Data
[PrimaryKey]
public string Id { get; set; }
[Indexed]
public string UserId { get; set; }
public string Name { get; set; }
public DateTime RevisionDateTime { get; set; } = DateTime.UtcNow;