update search and products

This commit is contained in:
MarcEricMartel
2022-10-16 17:33:58 -07:00
parent dbc1c78f07
commit 272c232530
7 changed files with 51 additions and 18 deletions

View File

@@ -43,6 +43,9 @@ namespace GrossesMitainesAPI.Migrations
b.Property<decimal>("Price")
.HasColumnType("decimal(18,2)");
b.Property<decimal>("PromoPrice")
.HasColumnType("decimal(18,2)");
b.Property<long>("Quantity")
.HasColumnType("bigint");
@@ -66,6 +69,7 @@ namespace GrossesMitainesAPI.Migrations
Description = "Pour faire votre propre bonhomme de 1837, comme dans le bon vieux temps.",
ImageName = "ceintureflechee",
Price = 85.86m,
PromoPrice = 0m,
Quantity = 1L,
Status = 4,
Title = "Ceinture flèchée"
@@ -77,6 +81,7 @@ namespace GrossesMitainesAPI.Migrations
Description = "Parce que ça sent la coupe!",
ImageName = "pantouflesCH",
Price = 15.64m,
PromoPrice = 0m,
Quantity = 54L,
Status = 0,
Title = "Pantoufles du Canadien en Phentex"
@@ -88,6 +93,7 @@ namespace GrossesMitainesAPI.Migrations
Description = "On ne lui ferait pas mal, en tout cas!!",
ImageName = "jeanlucmongrain",
Price = 1453.12m,
PromoPrice = 0m,
Quantity = 1L,
Status = 3,
Title = "Jean-Luc Mongrain"