summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-31 13:51:49 +0100
committerGitHub <noreply@github.com>2022-05-31 13:51:49 +0100
commit5e17922ef715e3c68911955b32f42a70d6728831 (patch)
treea478beed5aa2a1291fa9deb308e655d507d31544 /changelog.d
parentRename storage classes (#12913) (diff)
downloadsynapse-5e17922ef715e3c68911955b32f42a70d6728831.tar.xz
Stop reading from `event_edges.room_id`. (#12914)
event_edges.room_id is implied by the event id, so there is no need to join on the room id.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12914.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12914.misc b/changelog.d/12914.misc
new file mode 100644
index 0000000000..07d819932a
--- /dev/null
+++ b/changelog.d/12914.misc
@@ -0,0 +1 @@
+Preparation for database schema simplifications: stop reading from `event_edges.room_id`.