del koogleApp

This commit is contained in:
beo3000 2026-01-01 14:56:17 +01:00
parent bd8a562183
commit c9d2f4d0a0
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ The name for the App is KOOGLE. Koogle is an app for club management.
- `Koogle.Infrastructure`: DbContexts, Repositories, Identity, Security (depends on Domain) - `Koogle.Infrastructure`: DbContexts, Repositories, Identity, Security (depends on Domain)
- `Koogle.Web`: Blazor components, Controllers, Fluxor Store (depends on Application) - `Koogle.Web`: Blazor components, Controllers, Fluxor Store (depends on Application)
- `KoogleApp`: Is a former approach, and not part of the project. We just use it to copy stuff into the actual project.
**Dual DbContext Pattern:** **Dual DbContext Pattern:**
- `AppDbContext`: Domain entities → `app` schema → `__EFMigrationsHistory_App` - `AppDbContext`: Domain entities → `app` schema → `__EFMigrationsHistory_App`
- `AppIdentityDbContext`: ASP.NET Identity → `auth` schema → `__EFMigrationsHistory_Auth` - `AppIdentityDbContext`: ASP.NET Identity → `auth` schema → `__EFMigrationsHistory_Auth`