Synchronize with latest server models.

This commit is contained in:
2019-12-07 18:08:31 +00:00
parent e55eeb5ed7
commit 8877df16e3
10 changed files with 1553 additions and 5 deletions

View File

@@ -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");