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

This commit is contained in:
2026-04-10 06:41:26 +02:00
parent f5ba09f58d
commit b17411de19

View File

@@ -2579,7 +2579,6 @@ namespace SytelineSaAppEfDataModel
.HasColumnType("int") .HasColumnType("int")
.IsRequired(false); .IsRequired(false);
// Foreign Key
entity.HasOne(e => e.Header) entity.HasOne(e => e.Header)
.WithMany() .WithMany()
.HasForeignKey(e => e.FKHeader) .HasForeignKey(e => e.FKHeader)