mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Remove signed fields.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user