summary refs log tree commit diff
path: root/changelog.d/7978.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-29 13:55:01 -0400
committerGitHub <noreply@github.com>2020-07-29 13:55:01 -0400
commitd90087cffa362cef13f6823df29d2c121a2f9bfb (patch)
tree611643b09d4eaf23595464bb452a9b2f75c67ca2 /changelog.d/7978.bugfix
parentAdd additional logging for SAML sessions. (#7971) (diff)
downloadsynapse-d90087cffa362cef13f6823df29d2c121a2f9bfb.tar.xz
Remove from the event_relations table when purging historical events. (#7978)
Diffstat (limited to 'changelog.d/7978.bugfix')
-rw-r--r--changelog.d/7978.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7978.bugfix b/changelog.d/7978.bugfix
new file mode 100644
index 0000000000..247b18db20
--- /dev/null
+++ b/changelog.d/7978.bugfix
@@ -0,0 +1 @@
+Fix a long standing bug: 'Duplicate key value violates unique constraint "event_relations_id"' when message retention is configured.