mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Fix whitespace
This commit is contained in:
parent
dd293ce1e9
commit
854c98d45b
|
|
@ -346,7 +346,7 @@ CREATE TABLE IF NOT EXISTS events (
|
|||
-- Local numeric ID for the state_key of the event
|
||||
-- This is 0 if the event is not a state event.
|
||||
event_state_key_nid BIGINT NOT NULL,
|
||||
-- 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.
|
||||
-- If the state is not 0 this this event is part of the contiguous
|
||||
-- part of the event graph
|
||||
|
|
|
|||
Loading…
Reference in a new issue