summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-10-30 18:05:00 +0000
committerGitHub <noreply@github.com>2019-10-30 18:05:00 +0000
commit0467f335847dd096913dcf404ca839f61c38758f (patch)
tree7984c9233356a03af23416307b2017aee4ffb341 /changelog.d
parentMerge pull request #6240 from matrix-org/erikj/split_out_persistence_store (diff)
downloadsynapse-0467f335847dd096913dcf404ca839f61c38758f.tar.xz
fix delete_existing for _persist_events (#6300)
this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6300.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6300.misc b/changelog.d/6300.misc
new file mode 100644
index 0000000000..0b3d7a14a1
--- /dev/null
+++ b/changelog.d/6300.misc
@@ -0,0 +1 @@
+Move `persist_events` out from main data store.