Rename property PictureFile to PictureFileName in Migration Designer

This commit is contained in:
Christian Arenas 2017-05-30 17:53:15 +02:00
parent 9866aae07c
commit 7694602be2

View File

@ -53,7 +53,7 @@ namespace Catalog.API.Infrastructure.Migrations
.IsRequired() .IsRequired()
.HasMaxLength(50); .HasMaxLength(50);
b.Property<string>("PictureFile"); b.Property<string>("PictureFileName");
b.Property<decimal>("Price"); b.Property<decimal>("Price");