summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-02 14:31:23 +0000
committerGitHub <noreply@github.com>2021-03-02 14:31:23 +0000
commit7f5d753d06c5d36097e68045cfc83a32ee6e7889 (patch)
tree1caa7a732dcd29ebf739d4f269bdbc4bab431eee /changelog.d
parentFix SQL delta file taking a long time to run (#9516) (diff)
downloadsynapse-7f5d753d06c5d36097e68045cfc83a32ee6e7889.tar.xz
Re-run rejected metadata background update. (#9503)
It landed in schema version 58 after 59 had been created, causing some
servers to not run it. The main effect of was that not all rooms had
their chain cover calculated correctly. After the BG updates complete
the chain covers will get fixed when a new state event in the affected
rooms is received.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9503.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9503.bugfix b/changelog.d/9503.bugfix
new file mode 100644
index 0000000000..0868691389
--- /dev/null
+++ b/changelog.d/9503.bugfix
@@ -0,0 +1 @@
+Fix missing chain cover index due to a schema delta not being applied correctly. Only affected servers that ran development versions.