Fix BloggingDbContextModelBuilderExtensions

pull/900/head
Halil ibrahim Kalkan 6 years ago
parent 783dec9e28
commit b9c15f219c

@ -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