Skip to content

Commit 00a2957

Browse files
committed
Update ApplicationUser.cs
1 parent 622fd39 commit 00a2957

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MyApp.ServiceInterface/Data/ApplicationUser.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
namespace MyApp.Data;
44

5+
/* After modifying ApplicationUser, delete and recreate the initial EF Core migration with:
6+
rm Migrations/202*.cs Migrations/ApplicationDbContextModelSnapshot.cs
7+
dotnet ef migrations add CreateIdentitySchema
8+
*/
9+
510
// Add profile data for application users by adding properties to the ApplicationUser class
611
public class ApplicationUser : IdentityUser
712
{

0 commit comments

Comments
 (0)