We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f18ff commit 1a9a2f7Copy full SHA for 1a9a2f7
MyApp.ServiceInterface/Data/ApplicationUser.cs
@@ -1,7 +1,12 @@
1
-using Microsoft.AspNetCore.Identity;
+using Microsoft.AspNetCore.Identity;
2
3
namespace MyApp.Data;
4
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
+
10
// Add profile data for application users by adding properties to the ApplicationUser class
11
public class ApplicationUser : IdentityUser
12
{
0 commit comments