Track open rate for new post notifications (user clicked the button in the link or not). No data about the user is collected during the process, it only uses an ID inserted by the issue delivery worker.
2 lines
64 B
SQL
2 lines
64 B
SQL
ALTER TABLE issue_delivery_queue ADD COLUMN kind TEXT NOT NULL;
|