feat: Implement member inbox with read status and question functionality
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE club_communication_recipients
|
||||
ADD COLUMN read_at DATETIME NULL AFTER delivered_at,
|
||||
ADD INDEX club_communication_recipients_member_read (club_id, member_id, read_at);
|
||||
Reference in New Issue
Block a user