mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix field name in GD-ROM capabilities in device report.
This commit is contained in:
@@ -177,7 +177,7 @@ namespace Aaru.Database.Migrations
|
||||
|
||||
b.Property<byte[]>("Lba100000Sense").HasColumnType("BLOB");
|
||||
|
||||
b.Property<byte[]>("Lba400000AudioAudioData").HasColumnType("BLOB");
|
||||
b.Property<byte[]>("Lba400000AudioData").HasColumnType("BLOB");
|
||||
|
||||
b.Property<string>("Lba400000AudioDecodedSense").HasColumnType("TEXT");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user