]> Untitled Git - lemmy.git/blob - migrations/2022-02-01-154240_add_community_title_index/up.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2022-02-01-154240_add_community_title_index / up.sql
1 CREATE INDEX idx_community_title ON community (title);
2