lemmy/migrations/2022-02-01-154240_add_community_title_index/up.sql

2 lines
54 B
SQL

create index idx_community_title on community(title);