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

Simplify Schema migrations #1295

Closed
wants to merge 21 commits into from

Commits on Oct 18, 2022

  1. Remove unused queries

    kderme committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fd5f5b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3744af7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Remove unused Unique Keys

    kderme committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d8381a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Remove unused foreign keys

    kderme committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    828a54a View commit details
    Browse the repository at this point in the history
  2. wip

    kderme committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d1db654 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. wip

    kderme committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c4ff3d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    293f314 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    416d392 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Always delay rollbacks

    kderme committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ea9092d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    fefac38 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    kderme committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e73f206 View commit details
    Browse the repository at this point in the history
  3. WIP Add lenient Migrations

    These shouldn't need resync from genesis
    kderme committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e201270 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Make it possible to rollback without Reverse Index

    The index can be recreated by queris
    kderme committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    18e5a42 View commit details
    Browse the repository at this point in the history
  2. WIP Query: Move to Old

    kderme committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cdae77b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a291da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27faaff View commit details
    Browse the repository at this point in the history
  5. WIP Fix QSM

    kderme committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    47d623a View commit details
    Browse the repository at this point in the history
  6. Wip on/off indexes

    kderme committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a476009 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e11eb8 View commit details
    Browse the repository at this point in the history
  8. FIXUP Remove Unique Keys

    kderme committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7e05ea7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Run index migrations later on stage 4

    Stage 4 should be idempotent. Users can modify stage 4 files
    kderme committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    318d4a8 View commit details
    Browse the repository at this point in the history