From cd89f44d612e6012a4d6448fa4812fe391a4a5fb Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 7 Oct 2020 15:01:34 +0100 Subject: [PATCH] moar words --- synapse/storage/databases/main/schema/delta/58/19txn_id.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synapse/storage/databases/main/schema/delta/58/19txn_id.sql b/synapse/storage/databases/main/schema/delta/58/19txn_id.sql index 217b03355d..31e81314b4 100644 --- a/synapse/storage/databases/main/schema/delta/58/19txn_id.sql +++ b/synapse/storage/databases/main/schema/delta/58/19txn_id.sql @@ -16,6 +16,9 @@ -- A map of recent events persisted with transaction IDs. Used to deduplicate -- send event requests with the same transaction ID. +-- +-- Note, transaction IDs are scoped to the user ID/access token that was used to +-- make the request. CREATE TABLE event_txn_id ( event_id TEXT NOT NULL, user_id TEXT NOT NULL,