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:
@@ -138,7 +138,6 @@ namespace DiscImageChef.Database.Migrations
|
||||
Locked = table.Column<bool>(nullable: false),
|
||||
LogicalBlockSize = table.Column<uint>(nullable: true),
|
||||
MultiRead = table.Column<bool>(nullable: false),
|
||||
PhysicalInterfaceStandard = table.Column<uint>(nullable: true),
|
||||
PhysicalInterfaceStandardNumber = table.Column<uint>(nullable: true),
|
||||
PreventJumper = table.Column<bool>(nullable: false),
|
||||
SupportsAACS = table.Column<bool>(nullable: false),
|
||||
|
||||
Reference in New Issue
Block a user