mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Add index for files MD5.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user