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

@@ -0,0 +1,3 @@
-- Optional reply address for a communication thread.
ALTER TABLE club_communication_threads
ADD COLUMN reply_to VARCHAR(320) NULL AFTER subject;