mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-01 02:00:01 +00:00
2 lines
122 B
SQL
Vendored
2 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));
|