Revert PictureID_1215 migration and add PictureIDLarge migration

This commit is contained in:
Michael Bucari-Tovo 2022-05-10 12:03:47 -06:00
parent 448c231cfa
commit 0091245734
4 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ namespace DataLayer
// mutable
public string PictureId { get; set; }
public string PictureId_1215 { get; set; }
public string PictureLarge { get; set; }
// book details
public bool IsAbridged { get; private set; }