mirror of https://github.com/LemmyNet/lemmy.git
3 lines
77 B
MySQL
3 lines
77 B
MySQL
|
CREATE INDEX idx_person_local_instance ON person (local DESC, instance_id);
|
||
|
|