mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 19:16:12 -04:00
Add comments
This commit is contained in:
parent
293ef29655
commit
63fda37e20
4 changed files with 177 additions and 49 deletions
|
@ -34,7 +34,7 @@ INSERT INTO user_directory_stream_pos (stream_id) VALUES (null);
|
|||
POSTGRES_TABLE = """
|
||||
CREATE TABLE user_directory (
|
||||
user_id TEXT NOT NULL,
|
||||
room_id TEXT NOT NULL,
|
||||
room_id TEXT NOT NULL, -- A room_id that we know is public
|
||||
display_name TEXT,
|
||||
avatar_url TEXT,
|
||||
vector tsvector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue