mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 18:42:11 -04:00
Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15350)
Clean-up from adding the thread_id column, which was initially null but backfilled with values. It is desirable to require it to now be non-null. In addition to altering this column to be non-null, we clean up obsolete background jobs, indexes, and just-in-time updating code.
This commit is contained in:
parent
6f68e32bfb
commit
2a234b788e
6 changed files with 154 additions and 243 deletions
|
@ -95,9 +95,9 @@ Changes in SCHEMA_VERSION = 74:
|
|||
|
||||
|
||||
SCHEMA_COMPAT_VERSION = (
|
||||
# The threads_id column must exist for event_push_actions, event_push_summary,
|
||||
# receipts_linearized, and receipts_graph.
|
||||
73
|
||||
# The threads_id column must written to with non-null values event_push_actions,
|
||||
# event_push_actions_staging, and event_push_summary.
|
||||
74
|
||||
)
|
||||
"""Limit on how far the synapse codebase can be rolled back without breaking db compat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue