Workaround unsigned fields in database unsupported by EntityFramework 6.

This commit is contained in:
2018-12-23 18:49:07 +00:00
parent be59f7f910
commit 926bcb7c74
23 changed files with 2324 additions and 197 deletions

View File

@@ -333,8 +333,6 @@ namespace DiscImageChef.Database.Migrations
b.Property<bool>("MultiRead");
b.Property<uint?>("PhysicalInterfaceStandard");
b.Property<uint?>("PhysicalInterfaceStandardNumber");
b.Property<bool>("PreventJumper");