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

2 lines
54 B
MySQL
Raw Normal View History

create index idx_community_title on community(title);