diff --git a/DEVLOG.md b/DEVLOG.md index 3d825bd..6969e2a 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -152,3 +152,20 @@ Keine Commits in dieser Session. - migrations/tenant/0001_users.up.sql | 16 ++++++++++++++++ --- +## 2026-08-29 00:08 – 00:08 (0m) +**Beschreibung:** Claude Code Session +**Projekt:** code + +### Commits +Keine Commits in dieser Session. + +### Geänderte Dateien +- internal/tenantsettings/handler.go | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/tenantsettings/store_test.go | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/tenantsettings/tenantsettings.go | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- migrations/0003_tenant_settings.down.sql | 2 ++ +- migrations/0003_tenant_settings.up.sql | 27 +++++++++++++++++++++++++++ +- scripts/reset-test-env.sh | 25 +++++++++++++++++++++++++ +- scripts/run-checks.sh | 24 ++++++++++++++++++++++++ + +---