forked-synapse/synapse/storage/schema/main/delta/77
Erik Johnston a701c089fa
Fix schema delta error in 1.85 (#15738)
There appears to be a race where you can end up with entries in
`event_push_summary` with both a `NULL` and `main` thread ID.

Fixes #15736

Introduced in #15597
2023-06-07 10:50:32 +01:00
..
01_add_profiles_not_valid_check.sql.postgres
02_add_user_filters_not_valid_check.sql.postgres
03bg_populate_full_user_id_profiles.sql
04bg_populate_full_user_id_user_filters.sql
05thread_notifications_backfill.sql Fix schema delta error in 1.85 (#15738) 2023-06-07 10:50:32 +01:00
06thread_notifications_not_null_event_push_actions_staging.sql.postgres Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15597) 2023-05-26 13:16:08 -04:00
06thread_notifications_not_null_event_push_actions.sql.postgres Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15597) 2023-05-26 13:16:08 -04:00
06thread_notifications_not_null_event_push_summary.sql.postgres Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15597) 2023-05-26 13:16:08 -04:00
06thread_notifications_not_null.sql.sqlite Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15597) 2023-05-26 13:16:08 -04:00
14bg_indices_event_stream_ordering.sql Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. (#15693) 2023-05-31 14:59:56 +01:00