forked from MirrorHub/synapse
Add comment
This commit is contained in:
parent
04095f7581
commit
dd48f7204c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ CREATE TABLE current_state_delta_stream (
|
|||
type TEXT NOT NULL,
|
||||
state_key TEXT NOT NULL,
|
||||
event_id TEXT, -- Is null if the key was removed
|
||||
prev_event_id TEXT
|
||||
prev_event_id TEXT -- Is null if the key was added
|
||||
);
|
||||
|
||||
CREATE INDEX current_state_delta_stream_idx ON current_state_delta_stream(stream_id);
|
||||
|
|
Loading…
Reference in a new issue