1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-18 04:28:29 +00:00
lemmy/server/migrations/2020-02-02-004806_add_case_insensitive_usernames/down.sql

3 lines
65 B
SQL
Vendored

drop index idx_user_name_lower;
drop index idx_user_email_lower;