]> Untitled Git - lemmy.git/blob - migrations/2023-06-06-104440_index_post_url/up.sql
4f8ea66ff79ca3efc8dbbda637dffcfad7386bf8
[lemmy.git] / migrations / 2023-06-06-104440_index_post_url / up.sql
1 create index idx_post_url on post(url);