summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-05-24 14:03:00 +0100
committerGitHub <noreply@github.com>2021-05-24 14:03:00 +0100
commitdaca7b2794fb86514dc01de551bb0e5db77cf914 (patch)
treebf6e01d5a93df39c678d3ae3f7ef22adbafbb0d0 /changelog.d
parentRemove `keylen` from `LruCache`. (#9993) (diff)
downloadsynapse-daca7b2794fb86514dc01de551bb0e5db77cf914.tar.xz
Fix off-by-one-error in synapse_port_db (#9991)
fixes #9979
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9991.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9991.bugfix b/changelog.d/9991.bugfix
new file mode 100644
index 0000000000..665ff04dea
--- /dev/null
+++ b/changelog.d/9991.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.26.0 which meant that `synapse_port_db` would not correctly initialise some postgres sequences, requiring manual updates afterwards.