mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Workaround unsigned fields in database unsupported by EntityFramework 6.
This commit is contained in:
@@ -333,8 +333,6 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.Property<bool>("MultiRead");
|
||||
|
||||
b.Property<uint?>("PhysicalInterfaceStandard");
|
||||
|
||||
b.Property<uint?>("PhysicalInterfaceStandardNumber");
|
||||
|
||||
b.Property<bool>("PreventJumper");
|
||||
|
||||
Reference in New Issue
Block a user