* Removed comments
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
2026-04-10 07:12:09 +02:00
parent 7c61f6c80f
commit 775c7a2d5c

View File

@@ -1025,7 +1025,6 @@ namespace SytelineSaAppEfDataModel
.HasMaxLength(100) .HasMaxLength(100)
.IsRequired(false); .IsRequired(false);
// Relationship
entity.HasOne(e => e.Header) entity.HasOne(e => e.Header)
.WithMany() .WithMany()
.HasForeignKey(e => e.FK_Header) .HasForeignKey(e => e.FK_Header)