Try to fix whitespace in roomsSchema

This commit is contained in:
Neil Alexander 2020-02-05 15:17:34 +00:00
parent 8a0d5db632
commit 5737bd7b18

View file

@ -40,9 +40,9 @@ CREATE TABLE IF NOT EXISTS roomserver_rooms (
-- 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,
-- The version of the room, which will assist in determining the state resolution -- The version of the room, which will assist in determining the state resolution
-- algorithm, event ID format, etc. -- algorithm, event ID format, etc.
room_version BIGINT NOT NULL DEFAULT 1 room_version BIGINT NOT NULL DEFAULT 1
); );
` `