This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Rename property PictureFile to PictureFileName in Migration Designer
pull/235/head
Christian Arenas
7 years ago
parent
9866aae07c
commit
7694602be2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Catalog/Catalog.API/Infrastructure/CatalogMigrations/20170530133114_AddPictureFileName.Designer.cs
+ 1
- 1
src/Services/Catalog/Catalog.API/Infrastructure/CatalogMigrations/20170530133114_AddPictureFileName.Designer.cs
View File
@ -53,7 +53,7 @@ namespace Catalog.API.Infrastructure.Migrations
.
IsRequired
(
)
.
HasMaxLength
(
5
0
)
;
b
.
Property
<
string
>
(
"PictureFile"
)
;
b
.
Property
<
string
>
(
"PictureFile
Name
"
)
;
b
.
Property
<
decimal
>
(
"Price"
)
;
Write
Preview
Loading…
Cancel
Save