feat(notifications): additive Transport column on SmtpConfigurations
This commit is contained in:
+4
@@ -124,6 +124,10 @@ public class SmtpConfigurationConfiguration : IEntityTypeConfiguration<SmtpConfi
|
||||
builder.Property(s => s.TlsMode)
|
||||
.HasMaxLength(50);
|
||||
|
||||
// Email transport discriminator ("Smtp"/"Ews"); null = Smtp for pre-EWS rows.
|
||||
builder.Property(s => s.Transport)
|
||||
.HasMaxLength(50);
|
||||
|
||||
builder.Property(s => s.FromAddress)
|
||||
.IsRequired()
|
||||
.HasMaxLength(500);
|
||||
|
||||
Reference in New Issue
Block a user