diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-07 13:02:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 13:02:42 +0100 |
commit | f7c6553ebce51a46f1c78aa0a3fc6cc1effb346d (patch) | |
tree | 9153c7f2d03fd0382dd934a42b16955cca06c600 /changelog.d | |
parent | 1.85.1 (diff) | |
download | synapse-f7c6553ebce51a46f1c78aa0a3fc6cc1effb346d.tar.xz |
Fix schema delta error in 1.85 (#15739)
Some users seem to have multiple rows per user / room with a null thread ID, which we need to handle.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15739.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15739.bugfix b/changelog.d/15739.bugfix new file mode 100644 index 0000000000..7129ab0782 --- /dev/null +++ b/changelog.d/15739.bugfix @@ -0,0 +1 @@ +Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. |