Fixed an issue where the table didn't match the model.

Fixed #67
This commit is contained in:
tidusjar 2016-03-22 13:22:47 +00:00
parent c4f57169ad
commit 59cf379d56
7 changed files with 16 additions and 12 deletions

View file

@ -32,7 +32,8 @@ namespace PlexRequests.Store
{
[Key]
public int Id { get; set; }
public string User { get; set; }
public string UserName { get; set; }
public string UserGuid { get; set; }
}
}