* Further improvements of Warehouse view

* Fixed issue with not saving Products updates
This commit is contained in:
2025-05-24 21:47:32 +02:00
parent 71dd78cbd7
commit f58d2ab04c
8 changed files with 173 additions and 44 deletions

View File

@@ -899,7 +899,7 @@ namespace SytelineSaAppEfDataModel
entity.Property(e => e.CreatedDate)
.HasColumnName("CreatedDate")
.HasColumnType("timestamp")
.HasColumnType("DateTime")
.IsRowVersion();
// Relationship
@@ -931,7 +931,7 @@ namespace SytelineSaAppEfDataModel
entity.Property(e => e.CreatedDate)
.HasColumnName("CreatedDate")
.HasColumnType("timestamp")
.HasColumnType("DateTime")
.IsRowVersion();
entity.Property(e => e.Name)