mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-21 09:44:04 +01: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…
Reference in a new issue