We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4b3fa commit c9a162aCopy full SHA for c9a162a
lib/msf/core/db_manager.rb
@@ -281,7 +281,7 @@ def disconnect
281
# Migrate database to latest schema version.
282
#
283
# @param verbose [Boolean] see ActiveRecord::Migration.verbose
284
- # @return [Array<ActiveRecord::Migration>] List of migrations that ran.
+ # @return [Array<ActiveRecord::MigrationProxy] List of migrations that ran.
285
286
# @see ActiveRecord::Migrator.migrate
287
def migrate(verbose=false)
0 commit comments