Fix indentation

This commit is contained in:
Brendan Abolivier 2017-08-08 17:56:36 +01:00
parent a2586d6d62
commit 135a811fc7
No known key found for this signature in database
GPG key ID: 8EF1500759F70623

View file

@ -37,10 +37,10 @@ CREATE TABLE IF NOT EXISTS roomserver_rooms (
-- 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.
state_snapshot_nid BIGINT NOT NULL DEFAULT 0,
-- The visibility of the room.
-- This will be true if the room has a public visibility, and false if it
-- has a private visibility.
visibility BOOLEAN NOT NULL DEFAULT false
-- The visibility of the room.
-- This will be true if the room has a public visibility, and false if it
-- has a private visibility.
visibility BOOLEAN NOT NULL DEFAULT false
);
`