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 327c6b4 commit 285b302Copy full SHA for 285b302
MyApp.ServiceInterface/Data/ApplicationUser.cs
@@ -2,6 +2,11 @@
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