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

Migrate database missing checks #41460

Merged
merged 6 commits into from
Nov 28, 2023
Merged

Commits on Nov 27, 2023

  1. Migrate missing column database check to new API

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2cb1c0f View commit details
    Browse the repository at this point in the history
  2. Migrate missing index database check to new API

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ad88c04 View commit details
    Browse the repository at this point in the history
  3. Migrate missing primary key database check to new API

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1b547c7 View commit details
    Browse the repository at this point in the history
  4. Switch from deprecated hasPrimaryKey to getPrimaryKey function

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a0e365f View commit details
    Browse the repository at this point in the history
  5. fix(tests) Fix CheckSetupControllerTest

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6b0d295 View commit details
    Browse the repository at this point in the history
  6. Missing things in database should be warning, not info

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9a1f5ed View commit details
    Browse the repository at this point in the history