diff options
author | Eric Eastwood <erice@element.io> | 2022-09-27 14:43:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 19:43:16 +0000 |
commit | 35e9d6a6161c05db491a36e8c194f9cb6b0af073 (patch) | |
tree | 8d10b296489e759ad30b8d3c87ea039056582703 /changelog.d | |
parent | Add new columns tracking when we partial-joined (#13892) (diff) | |
download | synapse-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.doc | 1 |
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. |