Add index for files MD5.

This commit is contained in:
2020-09-04 02:17:08 +01:00
parent 49bf6ad932
commit 010e9a1ba5
4 changed files with 330 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ namespace RomRepoMgr.Database.Migrations
b.HasIndex("Crc32");
b.HasIndex("Md5");
b.HasIndex("Sha1");
b.HasIndex("Sha256");