Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the `telescope_entries` table gets large, `telescope:prune` will fail miserably, actually bringing an AWS db instance to its knees. This is because `telescope:prune` is using `created_at` in a where clause when there's no index on that column.
- Loading branch information