diff options
author | reivilibre <oliverw@matrix.org> | 2022-05-19 14:16:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 14:16:49 +0100 |
commit | 66a5f6c40018018cccffd79aded0850d13efe513 (patch) | |
tree | 9b645f47eb00ba8ff5e3ea27b4802e8673116560 /changelog.d | |
parent | hash_password: raise an error if no config file is specified (#12789) (diff) | |
download | synapse-66a5f6c40018018cccffd79aded0850d13efe513.tar.xz |
Add a unique index to `state_group_edges` to prevent duplicates being accidentally introduced and the consequential impact to performance. (#12687)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12687.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12687.bugfix b/changelog.d/12687.bugfix new file mode 100644 index 0000000000..196d976670 --- /dev/null +++ b/changelog.d/12687.bugfix @@ -0,0 +1 @@ +Add a unique index to `state_group_edges` to prevent duplicates being accidentally introduced and the consequential impact to performance. \ No newline at end of file |