mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add field for scrambled READ CD support.
This commit is contained in:
@@ -624,6 +624,8 @@ namespace DiscImageChef.Server.Migrations
|
||||
|
||||
b.Property<bool?>("CanReadCMI").HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<bool?>("CanReadCdScrambled").HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<bool?>("CanReadCorrectedSubchannel").HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<bool?>("CanReadCorrectedSubchannelWithC2").HasColumnType("tinyint(1)");
|
||||
@@ -788,6 +790,8 @@ namespace DiscImageChef.Server.Migrations
|
||||
|
||||
b.Property<byte[]>("ReadCdMsfFullData").HasColumnType("longblob");
|
||||
|
||||
b.Property<byte[]>("ReadCdScrambledData").HasColumnType("longblob");
|
||||
|
||||
b.Property<byte[]>("ReadDmaData").HasColumnType("longblob");
|
||||
|
||||
b.Property<byte[]>("ReadDmaLba48Data").HasColumnType("longblob");
|
||||
|
||||
Reference in New Issue
Block a user