summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-07-11 10:36:18 +0100
committerGitHub <noreply@github.com>2022-07-11 10:36:18 +0100
commit28d96cb2b49c12b741d03e4b74f30f8910f9942b (patch)
tree972553d53b117c574b6a8a152539b1fc18ad71f1 /changelog.d
parenteditorconfig: add max_line_length for Python files (#13228) (diff)
downloadsynapse-28d96cb2b49c12b741d03e4b74f30f8910f9942b.tar.xz
Ensure portdb selects _all_ rows with negative rowids (#13226)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13226.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13226.bugfix b/changelog.d/13226.bugfix
new file mode 100644
index 0000000000..df96d41f37
--- /dev/null
+++ b/changelog.d/13226.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where the `synapse_port_db` script could fail to copy rows with negative row ids.