From 00e093ba2afc2ea8ace48850a3164427c1a35fee Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 25 Jul 2017 18:04:15 +0100 Subject: [PATCH] Fix comment --- .../clientapi/auth/storage/accounts/account_data_table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/account_data_table.go b/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/account_data_table.go index b1502b9ff..63e84a664 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/account_data_table.go +++ b/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/account_data_table.go @@ -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,