Skip to content
Snippets Groups Projects
Commit 1b4d73fa authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

comment on event_edges

parent 1bcd0490
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ CREATE TABLE IF NOT EXISTS event_edges(
event_id TEXT NOT NULL,
prev_event_id TEXT NOT NULL,
room_id TEXT NOT NULL,
is_state BOOL NOT NULL,
is_state BOOL NOT NULL, -- true if this is a prev_state edge rather than a regular
-- event dag edge.
UNIQUE (event_id, prev_event_id, room_id, is_state)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment