Add index to improve post retrieval speed on large instances
On an instance with millions of posts across all users, a single blog with
thousands of posts on it can take a long time to render. This adds an index
to the posts table to speed up the basic GetPosts query.
Run: writefreely db migrate
Closes #741