mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix NES header database hash field length.
This commit is contained in:
@@ -2277,7 +2277,8 @@ namespace Aaru.Database.Migrations
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("Sha256")
|
||||
.HasMaxLength(32)
|
||||
.IsRequired()
|
||||
.HasMaxLength(64)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<byte>("Submapper")
|
||||
|
||||
Reference in New Issue
Block a user