Add 4 new nullable profile fields to support the upcoming account management (Kontoverwaltung) feature. Includes Alembic migration that has been applied to production database. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 models across 4 files matching the MariaDB schema: - user.py: User, RefreshToken, InvitationLink, AllowedDomain - case.py: Case, CaseICDCode - report.py: WeeklyReport, YearlySummary - audit.py: ImportLog, AuditLog, Notification All CHECK constraints, indexes (incl. prefix index), foreign keys, and server defaults match the SQL DDL specification exactly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>