mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-07 00:16:57 +00:00
s/popualte/populate/
This commit is contained in:
parent
d1622e080f
commit
b6b075fd49
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ CREATE INDEX users_who_share_rooms_r_idx ON users_who_share_rooms(room_id);
|
||||||
CREATE INDEX users_who_share_rooms_o_idx ON users_who_share_rooms(other_user_id);
|
CREATE INDEX users_who_share_rooms_o_idx ON users_who_share_rooms(other_user_id);
|
||||||
|
|
||||||
|
|
||||||
-- Make sure that we popualte the table initially
|
-- Make sure that we populate the table initially
|
||||||
UPDATE user_directory_stream_pos SET stream_id = NULL;
|
UPDATE user_directory_stream_pos SET stream_id = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue