diff options
author | Erik Johnston <erik@matrix.org> | 2023-05-12 11:38:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 11:38:16 +0100 |
commit | 808105bd31ff400b222001755a60c77c89dc9f6c (patch) | |
tree | ecadaf93266ae6498d67809ee355a2d47cd66a0e /changelog.d | |
parent | Relax poetry-core lower bound to 1.1.0 (#15571) (diff) | |
download | synapse-808105bd31ff400b222001755a60c77c89dc9f6c.tar.xz |
Revert "Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15437)" (#15580)
This reverts commit a7b3e9ce65335e452de216cb42b9e724e8f3ad1d.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15437.misc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/15437.misc b/changelog.d/15437.misc deleted file mode 100644 index 2dea23784f..0000000000 --- a/changelog.d/15437.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. |