* Added Excel generation for Marelli

* Added Logo
This commit is contained in:
2025-09-30 21:18:34 +02:00
parent f6cc62d6c8
commit 8cfded48ae
9 changed files with 55 additions and 38 deletions

View File

@@ -959,6 +959,10 @@ namespace SytelineSaAppEfDataModel
.HasColumnName("ShortName")
.HasMaxLength(30)
.IsRequired(false);
entity.Property(e => e.Logo)
.HasColumnType("VARBINARY(MAX)")
.IsRequired(false);
});
modelBuilder.Entity<WzRowMeyle>(entity =>