mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
3 lines
122 B
MySQL
3 lines
122 B
MySQL
|
drop index idx_user_name_lower;
|
||
|
create unique index idx_user_name_lower_actor_id on user_ (lower(name), lower(actor_id));
|