diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-09-09 07:08:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 07:08:41 -0400 |
commit | 3d9f82efcb9c337197c9f50a88ec3fb541ee08ff (patch) | |
tree | 9255500dcbe8fe57466605464c45dd1d107c4dee /changelog.d | |
parent | Add rust to CI (#13763) (diff) | |
download | synapse-3d9f82efcb9c337197c9f50a88ec3fb541ee08ff.tar.xz |
Use an upsert for `receipts_graph`. (#13752)
Instead of a delete, then insert. This was previously done for `receipts_linearized` in 2dc430d36ef793b38d6d79ec8db4ea60588df2ee (#7607).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13752.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13752.misc b/changelog.d/13752.misc new file mode 100644 index 0000000000..7624861b9f --- /dev/null +++ b/changelog.d/13752.misc @@ -0,0 +1 @@ +User an additional database query when persisting receipts. |