mirror of
https://github.com/LemmyNet/lemmy
synced 2024-12-12 14:12:28 +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));
|