Fix whitespace

This commit is contained in:
Mark Haines 2017-03-06 18:03:22 +00:00
parent 875ce20ae1
commit 6acc5f4e8c

View file

@ -19,9 +19,9 @@ CREATE TABLE IF NOT EXISTS rooms (
latest_event_nids BIGINT[] NOT NULL DEFAULT '{}'::BIGINT[], latest_event_nids BIGINT[] NOT NULL DEFAULT '{}'::BIGINT[],
-- The last event written to the output log for this room. -- The last event written to the output log for this room.
last_event_sent_nid BIGINT NOT NULL DEFAULT 0, last_event_sent_nid BIGINT NOT NULL DEFAULT 0,
-- The state of the room after the current set of latest events. -- The state of the room after the current set of latest events.
-- This will be 0 if there are no latest events in the room. -- This will be 0 if there are no latest events in the room.
state_snapshot_nid BIGINT NOT NULL DEFAULT 0 state_snapshot_nid BIGINT NOT NULL DEFAULT 0
); );
` `