diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-01-21 09:18:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 09:18:10 +0000 |
commit | 227727548546c12e644721d0380be056eead48b0 (patch) | |
tree | 80b817844af70bd006a2a929214f9103c845e5f5 /changelog.d | |
parent | Add `FrozenEvent.get_state_key` and use it in a couple of places (#11793) (diff) | |
download | synapse-227727548546c12e644721d0380be056eead48b0.tar.xz |
Stop reading from `event_reference_hashes` (#11794)
Preparation for dropping this table altogether. Part of #6574.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11794.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11794.misc b/changelog.d/11794.misc new file mode 100644 index 0000000000..29826bc0e5 --- /dev/null +++ b/changelog.d/11794.misc @@ -0,0 +1 @@ +Preparation for database schema simplifications: stop reading from `event_reference_hashes`. |