Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 authored Mar 20, 2020
1 parent de99b6f commit f039c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ An abp application module that allows users to send private messages to each oth

1. Add `options.ConventionalControllers.Create(typeof(PrivateMessagingApplicationModule).Assembly);` to `Configure<AbpAspNetCoreMvcOptions>(options => { ... });` in your host module (It is usually Web project or HttpApi.Host project).

1. Add `builder.ConfigurePrivateMessaging();` to `OnModelCreating` in `MyProjectMigrationsDbContext.cs`.
1. Add `builder.ConfigurePrivateMessaging();` to OnModelCreating method in `MyProjectMigrationsDbContext.cs`.

1. Add EF Core migrations and update your database. See: [ABP document](https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=MVC#add-new-migration-update-the-database).

Expand Down

0 comments on commit f039c5f

Please sign in to comment.