Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notification: create an index for
attached_to
(#11050)
* Notification: cancel notifications automatically Closes #10981 * Notifications: cancel `Project.skip` and `Organization.disabled` Attach Django signals to `Organization` and `Project` to handle these two cases. * Notifications: move check from each request to signal * Notifications: use Django signals for `user_email_verified` * Notifications: add DB index New index for `attached_to_content_type` and `attached_to_id`. We will be making lot of queries based on these two fields. Related https://github.com/readthedocs/readthedocs.org/pull/11048/files#r1462286730
- Loading branch information