diff options
author | Eric Eastwood <erice@element.io> | 2022-09-02 14:05:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 14:05:39 -0500 |
commit | 877bdfa889fa07d09f385df297a9282d51d50dae (patch) | |
tree | 2bfe6a364ac9d0b681d7879f08be25b68b00125e /changelog.d | |
parent | Update docs to make enabling metrics more clear (#13678) (diff) | |
download | synapse-877bdfa889fa07d09f385df297a9282d51d50dae.tar.xz |
Clarify `(room_id, event_id)` global uniqueness (#13701)
Summarized from @richvdh's reply at https://github.com/matrix-org/synapse/pull/13589#discussion_r961116999
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13701.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13701.doc b/changelog.d/13701.doc new file mode 100644 index 0000000000..b438e066d8 --- /dev/null +++ b/changelog.d/13701.doc @@ -0,0 +1 @@ +Clarify `(room_id, event_id)` global uniqueness and how we should scope our database schemas. |