Actions
Refactor #29491
closedsimplify Plugin#pending_migration method
Description
the method currently uses activerecord migration internals to get a list of pending migrations that is only used for debug logging. The internals changed in rails 6 requiring a change to this method but it can be simplified so it doesn't rely on the internal methods.
Actions