diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-11-04 19:35:33 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-11-04 19:35:33 +0000 |
commit | b6b075fd49c785316f44bac3a5641f746f36b91f (patch) | |
tree | 6952c81dfb6ae5bd8f285eeef58bd21c2f253936 | |
parent | s/intial/initial/ (diff) | |
download | synapse-b6b075fd49c785316f44bac3a5641f746f36b91f.tar.xz |
s/popualte/populate/
-rw-r--r-- | synapse/storage/schema/delta/43/user_share.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/43/user_share.sql b/synapse/storage/schema/delta/43/user_share.sql index 4501d90cbb..ee7062abe4 100644 --- a/synapse/storage/schema/delta/43/user_share.sql +++ b/synapse/storage/schema/delta/43/user_share.sql @@ -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); --- 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; |