feat: Replace warehouse product groups with hierarchical categories and update related UI and API.
This commit is contained in:
@@ -3675,6 +3675,9 @@ namespace Zentral.Infrastructure.Migrations
|
||||
b.Property<string>("Notes")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<int?>("ProductGroupId")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<decimal?>("ReorderPoint")
|
||||
.HasPrecision(18, 4)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
Reference in New Issue
Block a user