Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add index to speed up Message.find_recent query #862

Merged
merged 3 commits into from
Nov 1, 2022

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    473cc5a View commit details
    Browse the repository at this point in the history
  2. Don't error on pre-existing DB indexes

    Prevent some new DB upgrades from failing if an index they try to create
    already exists. This allows for manually adding an index to a live DB
    before its schema is "officially" upgraded.
    AndrewFerr committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    82c2af1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb590b View commit details
    Browse the repository at this point in the history