Add missing indexes.

This commit is contained in:
2020-09-04 22:27:05 +01:00
parent 0be537e175
commit 38b298e19d
4 changed files with 441 additions and 0 deletions

View File

@@ -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");