Remove signed fields.

This commit is contained in:
2019-11-02 23:34:04 +00:00
parent 0d9e2e850f
commit f6df95b732
7 changed files with 3697 additions and 1413 deletions

View File

@@ -52,7 +52,7 @@ namespace DiscImageChef.Server.Models
[Key] public int Id { get; set; }
public int ProductId { get; set; }
public ushort ProductId { get; set; }
public string Product { get; set; }
public DateTime AddedWhen { get; set; }
public DateTime ModifiedWhen { get; set; }