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
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 52s
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user