summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-09-27 14:43:16 -0500
committerGitHub <noreply@github.com>2022-09-27 19:43:16 +0000
commit35e9d6a6161c05db491a36e8c194f9cb6b0af073 (patch)
tree8d10b296489e759ad30b8d3c87ea039056582703 /changelog.d
parentAdd new columns tracking when we partial-joined (#13892) (diff)
downloadsynapse-35e9d6a6161c05db491a36e8c194f9cb6b0af073.tar.xz
Emphasize the right reasons to use `(room_id, event_id)` in a schema (#13915)
* Emphasize the right reasons to use (room_id, event_id)

Follow-up to:
 - https://github.com/matrix-org/synapse/pull/13701
 - https://github.com/matrix-org/synapse/pull/13771
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13915.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13915.doc b/changelog.d/13915.doc
new file mode 100644
index 0000000000..828cc30536
--- /dev/null
+++ b/changelog.d/13915.doc
@@ -0,0 +1 @@
+Emphasize the right reasons when to use `(room_id, event_id)` in a database schema.