mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Add more hashes to database.
This commit is contained in:
@@ -76,6 +76,10 @@ namespace RomRepoMgr.Database
|
||||
|
||||
entity.HasIndex(e => e.Sha256);
|
||||
|
||||
entity.HasIndex(e => e.Sha384);
|
||||
|
||||
entity.HasIndex(e => e.Sha512);
|
||||
|
||||
entity.HasIndex(e => e.Size);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user