mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Add missing indexes.
This commit is contained in:
@@ -34,6 +34,8 @@ namespace RomRepoMgr.Database.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("IsInRepo");
|
||||
|
||||
b.HasIndex("Md5");
|
||||
|
||||
b.HasIndex("Sha1");
|
||||
@@ -73,6 +75,8 @@ namespace RomRepoMgr.Database.Migrations
|
||||
|
||||
b.HasIndex("Crc32");
|
||||
|
||||
b.HasIndex("IsInRepo");
|
||||
|
||||
b.HasIndex("Md5");
|
||||
|
||||
b.HasIndex("Sha1");
|
||||
|
||||
Reference in New Issue
Block a user