mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Fix indentation
This commit is contained in:
parent
a2586d6d62
commit
135a811fc7
|
|
@ -37,10 +37,10 @@ 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 visibility of the room.
|
-- The visibility of the room.
|
||||||
-- This will be true if the room has a public visibility, and false if it
|
-- This will be true if the room has a public visibility, and false if it
|
||||||
-- has a private visibility.
|
-- has a private visibility.
|
||||||
visibility BOOLEAN NOT NULL DEFAULT false
|
visibility BOOLEAN NOT NULL DEFAULT false
|
||||||
);
|
);
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue