diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-30 15:11:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 15:11:31 -0400 |
commit | 2a234b788e2b5706ee83cf8eb86dfd004bc7c166 (patch) | |
tree | 5d84fd514b83e346a6e082e48118fae2b290ea10 /changelog.d | |
parent | to_device updates could be dropped when consuming the replication stream (#15... (diff) | |
download | synapse-2a234b788e2b5706ee83cf8eb86dfd004bc7c166.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15350.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15350.misc b/changelog.d/15350.misc new file mode 100644 index 0000000000..2dea23784f --- /dev/null +++ b/changelog.d/15350.misc @@ -0,0 +1 @@ +Make the `thread_id` column on `event_push_actions`, `event_push_actions_staging`, and `event_push_summary` non-null. |