mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
Spaces!
This commit is contained in:
parent
7e5db19a7d
commit
fa93a106cb
|
|
@ -23,8 +23,8 @@ CREATE TABLE IF NOT EXISTS events (
|
||||||
-- Local numeric ID for the state_key of the event
|
-- Local numeric ID for the state_key of the event
|
||||||
-- This is 0 if the event is not a state event.
|
-- This is 0 if the event is not a state event.
|
||||||
event_state_key_nid BIGINT NOT NULL,
|
event_state_key_nid BIGINT NOT NULL,
|
||||||
-- Whether the event has been written to the output log.
|
-- Whether the event has been written to the output log.
|
||||||
sent_to_output BOOLEAN NOT NULL DEFAULT FALSE,
|
sent_to_output BOOLEAN NOT NULL DEFAULT FALSE,
|
||||||
-- Local numeric ID for the state at the event.
|
-- Local numeric ID for the state at the event.
|
||||||
-- This is 0 if we don't know the state at the event.
|
-- This is 0 if we don't know the state at the event.
|
||||||
-- If the state is not 0 then this event is part of the contiguous
|
-- If the state is not 0 then this event is part of the contiguous
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue