diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-03-31 10:49:11 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-03-31 10:49:11 +0100 |
commit | 636223108d6c9cbec918df474415d94a9a627717 (patch) | |
tree | cc72d3e88503eb18a44f1b08f16357c753195779 | |
parent | Move DROP INDEX to after ALTER .. SET NOT NULL (diff) | |
download | synapse-rei/not_null_drop_indices_after.tar.xz |
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-rw-r--r-- | changelog.d/15357.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15357.misc b/changelog.d/15357.misc new file mode 100644 index 0000000000..2dea23784f --- /dev/null +++ b/changelog.d/15357.misc @@ -0,0 +1 @@ +Make the `thread_id` column on `event_push_actions`, `event_push_actions_staging`, and `event_push_summary` non-null. |