del koogleApp
This commit is contained in:
parent
bd8a562183
commit
c9d2f4d0a0
|
|
@ -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.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:**
|
||||
- `AppDbContext`: Domain entities → `app` schema → `__EFMigrationsHistory_App`
|
||||
- `AppIdentityDbContext`: ASP.NET Identity → `auth` schema → `__EFMigrationsHistory_Auth`
|
||||
|
|
|
|||
Loading…
Reference in New Issue