Updated scanner and table names.
This commit is contained in:
@@ -8,7 +8,7 @@ public sealed class VoiceWorkSupportedLanguageConfiguration : IEntityTypeConfigu
|
||||
{
|
||||
public void Configure(EntityTypeBuilder<VoiceWorkSupportedLanguage> builder)
|
||||
{
|
||||
builder.ToTable("voice_work_supported_languages");
|
||||
builder.ToTable("VoiceWorkSupportedLanguages");
|
||||
builder.HasKey(x => x.VoiceWorkSupportedLanguageId);
|
||||
|
||||
builder.Property(x => x.Language).IsRequired().HasMaxLength(10);
|
||||
|
||||
Reference in New Issue
Block a user