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

Resolve deprecation warning re Table.exists() #26616

Merged
merged 3 commits into from Sep 23, 2022

Commits on Sep 23, 2022

  1. Resolve deprecation warning re Table.exists()

    The deprecation warning tells us we need to change Table.exists() to Inspector.has_table().  It turns out we're already using the right method, but we weren't passing it the right object.  It wants a table name but we were giving it a table.
    dstandish committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    572317a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b5d64 View commit details
    Browse the repository at this point in the history
  3. update migrations

    dstandish committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    fb27a44 View commit details
    Browse the repository at this point in the history