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.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/7571 added
Updated by Tomer Brisker over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset ba970027604a06f27ddc83d19b02069dcf2ed7c7.
Actions