mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add basic fields to device report.
This commit is contained in:
@@ -90,14 +90,22 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.Property<int?>("FireWireId");
|
||||
|
||||
b.Property<string>("Manufacturer");
|
||||
|
||||
b.Property<string>("Model");
|
||||
|
||||
b.Property<int?>("MultiMediaCardId");
|
||||
|
||||
b.Property<int?>("PCMCIAId");
|
||||
|
||||
b.Property<string>("Revision");
|
||||
|
||||
b.Property<int?>("SCSIId");
|
||||
|
||||
b.Property<int?>("SecureDigitalId");
|
||||
|
||||
b.Property<int>("Type");
|
||||
|
||||
b.Property<int?>("USBId");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
Reference in New Issue
Block a user