1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 06:37:57 +00:00
lemmy/migrations/2022-02-01-154240_add_community_title_index/up.sql

1 line
54 B
SQL

create index idx_community_title on community(title);