mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 01:42:40 -04:00
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,
|
type TEXT NOT NULL,
|
||||||
state_key TEXT NOT NULL,
|
state_key TEXT NOT NULL,
|
||||||
event_id TEXT, -- Is null if the key was removed
|
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);
|
CREATE INDEX current_state_delta_stream_idx ON current_state_delta_stream(stream_id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue