diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-05-31 13:51:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 13:51:49 +0100 |
commit | 5e17922ef715e3c68911955b32f42a70d6728831 (patch) | |
tree | a478beed5aa2a1291fa9deb308e655d507d31544 /changelog.d/12914.misc | |
parent | Rename storage classes (#12913) (diff) | |
download | synapse-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/12914.misc')
-rw-r--r-- | changelog.d/12914.misc | 1 |
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`. |