From 2147b4c7fdfc2caa4fe434432133382a2852ba07 Mon Sep 17 00:00:00 2001 From: sysops Date: Sat, 29 Aug 2026 00:08:45 +0200 Subject: [PATCH] DEVLOG: Sessionlog-Eintrag (Auto-Hook) --- DEVLOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 ++++++++++++++++++++++++ + +---