Revert PictureID_1215 migration and add PictureIDLarge migration
This commit is contained in:
parent
448c231cfa
commit
0091245734
4 changed files with 8 additions and 8 deletions
|
|
@ -50,7 +50,7 @@ namespace DataLayer.Migrations
|
|||
b.Property<string>("PictureId")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("PictureId_1215")
|
||||
b.Property<string>("PictureLarge")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Title")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue