diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-05-10 15:35:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 15:35:08 +0100 |
commit | 147f098fb4ac7ae435bae7d29c05f93b43472854 (patch) | |
tree | 491efd600e8a45898e4a6a2928735871799430e7 /changelog.d | |
parent | Add helper class for testing request cancellation (#12630) (diff) | |
download | synapse-147f098fb4ac7ae435bae7d29c05f93b43472854.tar.xz |
Stop writing to `event_reference_hashes` (#12679)
This table is never read, since #11794. We stop writing to it; in future we can drop it altogether.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12679.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12679.misc b/changelog.d/12679.misc new file mode 100644 index 0000000000..6df1116b49 --- /dev/null +++ b/changelog.d/12679.misc @@ -0,0 +1 @@ +Preparation for database schema simplifications: stop writing to `event_reference_hashes`. |