]> Untitled Git - lemmy.git/blob - migrations/2023-06-06-104440_index_post_url/up.sql
Add db index for post.url column (#2929)
[lemmy.git] / migrations / 2023-06-06-104440_index_post_url / up.sql
1 create index idx_post_url on post(url);