Back
Todo
Change `ActiveRecord::Migration.check_pending!` for `ActiveRecord::Migration.check_all_pending!` because `check_pending!` was deprecated in Rails 7.2.0 and `check_all_pending!` works on previous Rails versions like 7.1.3.4 (h/t @BenjaminHouy)
Source: apidock.com/rails/ActiveRecor…
#allgood