mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix USB IDs and indexes in databases.
This commit is contained in:
@@ -1140,6 +1140,10 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.HasIndex("VendorId");
|
||||
|
||||
b.HasIndex("ProductId");
|
||||
|
||||
b.HasIndex("ModifiedWhen");
|
||||
|
||||
b.ToTable("UsbProducts");
|
||||
});
|
||||
|
||||
@@ -1155,6 +1159,8 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("ModifiedWhen");
|
||||
|
||||
b.ToTable("UsbVendors");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user