diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-03-31 12:10:09 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-03-31 12:10:10 +0100 |
commit | 72d2ceaa9adfbc0f19a0c540e5a63263af47755f (patch) | |
tree | 6871ba0e2d83b6057dbadec5bd2ad523e746f369 /changelog.d | |
parent | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... (diff) | |
download | synapse-72d2ceaa9adfbc0f19a0c540e5a63263af47755f.tar.xz |
Revert "Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15350)"
This reverts commit 2a234b788e2b5706ee83cf8eb86dfd004bc7c166. See #15359 for context.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15350.misc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/15350.misc b/changelog.d/15350.misc deleted file mode 100644 index 2dea23784f..0000000000 --- a/changelog.d/15350.misc +++ /dev/null @@ -1 +0,0 @@ -Make the `thread_id` column on `event_push_actions`, `event_push_actions_staging`, and `event_push_summary` non-null. |