]> Untitled Git - lemmy.git/blob - server/migrations/2020-02-02-004806_add_case_insensitive_usernames/down.sql
0c6f112f0d0469c42dd11bf8e3effb8d695fdf79
[lemmy.git] / server / 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;