* Further improvements of Warehouse view
* Fixed issue with not saving Products updates
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user