Rename property PictureFile to PictureFileName in Migration Designer
This commit is contained in:
parent
9866aae07c
commit
7694602be2
@ -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");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user