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 indexes to instance model date fields #2393

Merged
merged 6 commits into from
Aug 7, 2023

Commits on Aug 6, 2023

  1. Add indexes to instance model date fields

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9549f42 View commit details
    Browse the repository at this point in the history
  2. Add migration for adding indexes to date fields on the instance model

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    fe4c26f View commit details
    Browse the repository at this point in the history
  3. Apply indexes concurrently to prevent lock writes

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d8d1feb View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    fa6f2de View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Apply indexing to json fields

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0f372f8 View commit details
    Browse the repository at this point in the history
  2. Fix conflicting migrations

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4ad4252 View commit details
    Browse the repository at this point in the history