mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 16:23:29 +00:00
wip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user