Update the thread_id right before use (in case the bg update hasn't finished) (#14222)
This avoids running a forced-update of a null thread_id rows. An index is added (in the background) to hopefully make this easier in the future.
Showing
- changelog.d/14222.feature 1 addition, 0 deletionschangelog.d/14222.feature
- synapse/storage/databases/main/event_push_actions.py 103 additions, 0 deletionssynapse/storage/databases/main/event_push_actions.py
- synapse/storage/schema/main/delta/73/06thread_notifications_backfill.sql 0 additions, 29 deletions.../schema/main/delta/73/06thread_notifications_backfill.sql
- synapse/storage/schema/main/delta/73/06thread_notifications_thread_id_idx.sql 8 additions, 4 deletions...ma/main/delta/73/06thread_notifications_thread_id_idx.sql
- synapse/storage/schema/main/delta/73/07thread_notifications_not_null.sql.sqlite 0 additions, 101 deletions.../main/delta/73/07thread_notifications_not_null.sql.sqlite
Loading
Please register or sign in to comment