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