feat: add optional reply address to communication threads and enhance email transport status handling
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 52s

This commit is contained in:
Torsten Schulz (local)
2026-07-22 15:28:39 +02:00
parent fd0b3020bf
commit d190c2cb70
8 changed files with 140 additions and 4 deletions

View File

@@ -16,6 +16,21 @@ Ergaenzend:
- Manuelle Migrationsschritte gehoeren in diese Datei, nicht nur in Chat-Verlaeufe oder Commit-Messages.
- Wenn eine Aenderung rueckwaertskompatibel ist, soll das hier explizit vermerkt werden.
## 2026-07-22
### `club_communication_threads.reply_to`
Optionale Antwortadresse je Kommunikationsvorgang:
```sql
ALTER TABLE club_communication_threads
ADD COLUMN reply_to VARCHAR(320) NULL AFTER subject;
```
Rueckwaertskompatibilitaet:
- Bestehende Vorgange behalten eine leere Antwortadresse und verwenden weiterhin die globale Absenderadresse.
## 2026-03-17
### `predefined_activities.exclude_from_stats`