Fix comment

This commit is contained in:
Brendan Abolivier 2017-07-25 18:04:15 +01:00
parent 588be60d66
commit 00e093ba2a

View file

@ -25,7 +25,7 @@ const accountDataSchema = `
CREATE TABLE IF NOT EXISTS account_data (
-- The Matrix user ID localpart for this account
localpart TEXT NOT NULL,
-- The room ID for this data (null if not specific to a room)
-- The room ID for this data (empty string if not specific to a room)
room_id TEXT,
-- The account data type
type TEXT NOT NULL,