mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-07 03:20:25 +00:00
3 lines
122 B
SQL
Vendored
3 lines
122 B
SQL
Vendored
drop index idx_user_name_lower;
|
|
create unique index idx_user_name_lower_actor_id on user_ (lower(name), lower(actor_id));
|