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:
@@ -73,6 +73,8 @@ namespace RomRepoMgr.Database.Migrations
|
||||
|
||||
b.HasIndex("Crc32");
|
||||
|
||||
b.HasIndex("Md5");
|
||||
|
||||
b.HasIndex("Sha1");
|
||||
|
||||
b.HasIndex("Sha256");
|
||||
|
||||
Reference in New Issue
Block a user