diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-08-16 17:45:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 17:45:50 -0700 |
commit | 8a5f6ed1300f818bf51881b11b7010fde4db84fe (patch) | |
tree | 694523fa74915d2c397d2d70f625cfe971035b02 /changelog.d | |
parent | Opentracing misc (#5856) (diff) | |
parent | fix changelog (diff) | |
download | synapse-8a5f6ed1300f818bf51881b11b7010fde4db84fe.tar.xz |
Merge pull request #5857 from matrix-org/uhoreg/fix_e2e_room_keys_index
add the version field to the index for e2e_room_keys
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5857.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5857.bugfix b/changelog.d/5857.bugfix new file mode 100644 index 0000000000..008799ccbb --- /dev/null +++ b/changelog.d/5857.bugfix @@ -0,0 +1 @@ +Fix database index so that different backup versions can have the same sessions. |