Fix: Remove Weight/WeightUnit from EF Core model snapshot for ProductVariant
This commit is contained in:
parent
454cd9bfd9
commit
c33179f357
@ -1066,12 +1066,6 @@ namespace LittleShop.Migrations
|
|||||||
.HasMaxLength(50)
|
.HasMaxLength(50)
|
||||||
.HasColumnType("TEXT");
|
.HasColumnType("TEXT");
|
||||||
|
|
||||||
b.Property<decimal?>("Weight")
|
|
||||||
.HasColumnType("TEXT");
|
|
||||||
|
|
||||||
b.Property<int?>("WeightUnit")
|
|
||||||
.HasColumnType("INTEGER");
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
b.HasKey("Id");
|
||||||
|
|
||||||
b.HasIndex("IsActive");
|
b.HasIndex("IsActive");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user