diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-01 10:17:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-01 10:17:24 +0100 |
commit | 1d349fb159f4e5e6c4c593a83571d0da83f67101 (patch) | |
tree | f0a2bd387b5f45fd37bdda1abdf878a92636d3be /changelog.d/6135.bugfix | |
parent | Drop unused tables (#6115) (diff) | |
parent | Newsfile (diff) | |
download | synapse-1d349fb159f4e5e6c4c593a83571d0da83f67101.tar.xz |
Merge branch 'erikj/fixup_devices_last_seen_query' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'changelog.d/6135.bugfix')
-rw-r--r-- | changelog.d/6135.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6135.bugfix b/changelog.d/6135.bugfix new file mode 100644 index 0000000000..5f9f010cb1 --- /dev/null +++ b/changelog.d/6135.bugfix @@ -0,0 +1 @@ +Fix bug in background update that adds last seen information to the `devices` table, and improve its performance on Postgres. |