drinkrate/DrinkRateAPI/Migrations
martinshoob e06700458f Create default user profile on registration
Implement a `UserWithProfileManager` to automatically create a default user profile upon user registration.
This ensures that each user has an associated profile with default values (e.g., `UserName`, `IsAdmin`, `IsDeleted`).
Updates the database schema to reflect the change from UserId to UserProfileId in the UserProfileCompanyTableStat and UserProfileProductTableStat entities.
2025-08-09 18:54:27 +02:00
..
20250809165046_UserCreationDemo.cs Create default user profile on registration 2025-08-09 18:54:27 +02:00
20250809165046_UserCreationDemo.Designer.cs Create default user profile on registration 2025-08-09 18:54:27 +02:00
ApplicationDbContextModelSnapshot.cs Create default user profile on registration 2025-08-09 18:54:27 +02:00