Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Mar 16, 2020
2 parents ffd73ac + 08e9a0c commit f346fd0
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 `builder.ConfigurePrivateMessaging();` after `builder.ConfigureMyProject();` to `MyProjectMigrationsDbContext.cs`.

1. Add EF Core migrations and update your database. See: https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=MVC#add-new-migration-update-the-database
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).

## Usage

Expand Down

0 comments on commit f346fd0

Please sign in to comment.