lemmy/migrations/2023-06-06-104440_index_post_url
Nutomic 1c9f0c2bed
Add db index for post.url column (#2929)
* Add db index for post.url column

As mentioned in https://github.com/LemmyNet/lemmy/issues/2877#issuecomment-1576439829

Not sure if its preferable to do this, or make a combined index
which includes post.nsfw, post.removed, post.deleted

* remove unique
2023-06-07 11:31:24 -04:00
..
down.sql Add db index for post.url column (#2929) 2023-06-07 11:31:24 -04:00
up.sql Add db index for post.url column (#2929) 2023-06-07 11:31:24 -04:00