From c9d2f4d0a048ca5835396c4321fd8fdb53b0cf10 Mon Sep 17 00:00:00 2001 From: beo3000 Date: Thu, 1 Jan 2026 14:56:17 +0100 Subject: [PATCH] del koogleApp --- CLAUDE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 83be7c7..f4507e8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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`