]> Untitled Git - lemmy.git/blob - migrations/2020-02-02-004806_add_case_insensitive_usernames/down.sql
Speeding up comment-ltree migration, fixing index creation. Fixes #2664 (#2670)
[lemmy.git] / migrations / 2020-02-02-004806_add_case_insensitive_usernames / down.sql
1 drop index idx_user_name_lower;
2 drop index idx_user_email_lower;