mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Synchronize with latest server models.
This commit is contained in:
@@ -623,6 +623,8 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.Property<bool?>("CanReadCMI");
|
||||
|
||||
b.Property<bool?>("CanReadCdScrambled");
|
||||
|
||||
b.Property<bool?>("CanReadCorrectedSubchannel");
|
||||
|
||||
b.Property<bool?>("CanReadCorrectedSubchannelWithC2");
|
||||
@@ -787,6 +789,8 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.Property<byte[]>("ReadCdMsfFullData");
|
||||
|
||||
b.Property<byte[]>("ReadCdScrambledData");
|
||||
|
||||
b.Property<byte[]>("ReadDmaData");
|
||||
|
||||
b.Property<byte[]>("ReadDmaLba48Data");
|
||||
|
||||
Reference in New Issue
Block a user