moar words

pull/8476/head
Erik Johnston 2020-10-07 15:01:34 +01:00
parent 33909dd85b
commit cd89f44d61
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
-- A map of recent events persisted with transaction IDs. Used to deduplicate -- A map of recent events persisted with transaction IDs. Used to deduplicate
-- send event requests with the same transaction ID. -- 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 ( CREATE TABLE event_txn_id (
event_id TEXT NOT NULL, event_id TEXT NOT NULL,
user_id TEXT NOT NULL, user_id TEXT NOT NULL,