Updating the logic in the Msf::DbManager::Migration to adhere to modern Rails standards and no longer manually control the connection. The connection pool and handling is fully controlled by ActiveRecord, which has a better understanding of what needs to be done than we do.
Verification
Caught/handled by the testing framework hopefully, with no impact on functionality.
Description
Updating the logic in the
Msf::DbManager::Migration
to adhere to modern Rails standards and no longer manually control the connection. The connection pool and handling is fully controlled by ActiveRecord, which has a better understanding of what needs to be done than we do.Verification