Browse Source

Fix BloggingDbContextModelBuilderExtensions

pull/900/head
Halil ibrahim Kalkan 7 years ago
parent
commit
b9c15f219c
  1. 2
      modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo/Blogging/EntityFrameworkCore/BloggingDbContextModelBuilderExtensions.cs

2
modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo/Blogging/EntityFrameworkCore/BloggingDbContextModelBuilderExtensions.cs

@ -27,7 +27,7 @@ namespace Volo.Blogging.EntityFrameworkCore
{ {
b.ToTable(options.TablePrefix + "Users", options.Schema); b.ToTable(options.TablePrefix + "Users", options.Schema);
b.ConfigureAbpUser(options); b.ConfigureAbpUser();
b.ConfigureExtraProperties(); b.ConfigureExtraProperties();
}); });

Loading…
Cancel
Save