This website requires JavaScript.
Explore
Help
Register
Sign In
gsathecat
/
lemmy
mirror of
https://github.com/LemmyNet/lemmy.git
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0203b62a6d
lemmy
/
migrations
/
2023-09-12-194850_add_feder...
/
up.sql
3 lines
77 B
SQL
Raw
Blame
History
CREATE
INDEX
idx_person_local_instance
ON
person
(
local
DESC
,
instance_id
)
;
Reference in New Issue
View Git Blame
Copy Permalink