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

@@ -84,6 +84,8 @@ namespace RomRepoMgr.Database
{
entity.HasIndex(e => e.Crc32);
entity.HasIndex(e => e.Md5);
entity.HasIndex(e => e.Sha1);
entity.HasIndex(e => e.Sha256);