diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-29 13:55:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 13:55:01 -0400 |
commit | d90087cffa362cef13f6823df29d2c121a2f9bfb (patch) | |
tree | 611643b09d4eaf23595464bb452a9b2f75c67ca2 /changelog.d | |
parent | Add additional logging for SAML sessions. (#7971) (diff) | |
download | synapse-d90087cffa362cef13f6823df29d2c121a2f9bfb.tar.xz |
Remove from the event_relations table when purging historical events. (#7978)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7978.bugfix | 1 |
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. |