Compare commits
3 Commits
b17411de19
...
Warehouses
| Author | SHA1 | Date | |
|---|---|---|---|
| 775c7a2d5c | |||
| 7c61f6c80f | |||
| 6fac50225a |
@@ -918,7 +918,6 @@ namespace SytelineSaAppEfDataModel
|
||||
.HasMaxLength(500)
|
||||
.IsRequired(false);
|
||||
|
||||
// Relationship
|
||||
entity.HasOne(e => e.Client)
|
||||
.WithMany()
|
||||
.HasForeignKey(e => e.FK_Client)
|
||||
@@ -1026,7 +1025,6 @@ namespace SytelineSaAppEfDataModel
|
||||
.HasMaxLength(100)
|
||||
.IsRequired(false);
|
||||
|
||||
// Relationship
|
||||
entity.HasOne(e => e.Header)
|
||||
.WithMany()
|
||||
.HasForeignKey(e => e.FK_Header)
|
||||
|
||||
Reference in New Issue
Block a user