diff options
author | David Robertson <davidr@element.io> | 2022-07-11 10:36:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 10:36:18 +0100 |
commit | 28d96cb2b49c12b741d03e4b74f30f8910f9942b (patch) | |
tree | 972553d53b117c574b6a8a152539b1fc18ad71f1 /changelog.d | |
parent | editorconfig: add max_line_length for Python files (#13228) (diff) | |
download | synapse-28d96cb2b49c12b741d03e4b74f30f8910f9942b.tar.xz |
Ensure portdb selects _all_ rows with negative rowids (#13226)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13226.bugfix | 1 |
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. |