Add comment

This commit is contained in:
Erik Johnston 2017-05-30 15:01:22 +01:00
parent 04095f7581
commit dd48f7204c

View file

@ -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);