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

Rails 7.2 remove check_pending! migration method. Please change to ActiveRecord::Migration.check_pending #147

Open
rmzoni opened this issue Sep 30, 2024 · 0 comments

Comments

@rmzoni
Copy link

rmzoni commented Sep 30, 2024

Context

We are using rails 7.2 and we starting facing health check erros when we run a migration during a rolling update of our application.
Investigate the problem we saw that rails removed the deprecated check_pending! method in favor of check_all_pending!

https://github.com/rails/rails/blob/0ad2334ae71e9a701f77887c8efd428a79a9c187/guides/source/7_2_release_notes.md?plain=1#L436

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant