Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix various embarrassing typos around user_directory and add some doc. #2643

Merged
merged 7 commits into from
Nov 7, 2017

Conversation

ara4n
Copy link
Member

@ara4n ara4n commented Nov 4, 2017

No description provided.

@ara4n ara4n mentioned this pull request Nov 4, 2017

DROP INDEX users_in_pubic_room_room_idx;
DROP INDEX users_in_pubic_room_user_idx;
CREATE INDEX users_in_public_rooms_room_idx ON users_in_public_rooms(room_id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we doing this because sqlite doesn't support renaming index? A comment to say so would have been helpful.

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@erikjohnston
Copy link
Member

(FTR, recreating these indices on matrix.org only took a few seconds, so it should be fine)

@ara4n ara4n merged commit 228ccf1 into develop Nov 7, 2017
@hawkowl hawkowl deleted the matthew/user_dir_typos branch September 20, 2018 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants