This website requires JavaScript.
Explore
Help
Sign in
grishka
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
1bd57ee5ca
lemmy
/
migrations
/
2022-02-01-154240_add_community_title_index
/
up.sql
2 lines
54 B
MySQL
Raw
Normal View
History
Unescape
Escape
Alpha-ordering community follows. Fixes #2062 (#2079)
2022-02-01 20:00:54 +00:00
create
index
idx_community_title
on
community
(
title
)
;
Reference in a new issue
Copy permalink