mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-09 01:10:39 +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));
|