Add PictureID_1215 to Book and migrate DB
This commit is contained in:
parent
6ccb8d612f
commit
b320276926
7 changed files with 432 additions and 4 deletions
|
|
@ -164,6 +164,10 @@ namespace DtoImporterService
|
|||
// set/update book-specific info which may have changed
|
||||
if (item.PictureId is not null)
|
||||
book.PictureId = item.PictureId;
|
||||
|
||||
// set/update book-specific info which may have changed
|
||||
if (item.PictureId_1215 is not null)
|
||||
book.PictureId_1215 = item.PictureId_1215;
|
||||
|
||||
book.UpdateProductRating(item.Product_OverallStars, item.Product_PerformanceStars, item.Product_StoryStars);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue