Sha256: 0979fab3d402c95137f46380d424fbf81004e24c947d20093dd93917eb5703df

Contents?: true

Size: 237 Bytes

Versions: 29

Compression:

Stored size: 237 Bytes

Contents

# Implements a one-time migration of `Mdm::Cred` objects to
# appropriate objects from {Metasploit::Credential}
class OldCredsToNewCreds < ActiveRecord::Migration[4.2]
  def up
    Metasploit::Credential::Migrator.new.migrate!
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
metasploit-credential-6.0.12 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.11 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.10 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.9 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.8 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.7 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.6 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.5 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.4 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.3 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.2 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.1 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-6.0.0 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-5.0.9 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-5.0.8 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-5.0.7 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-5.0.6 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-5.0.5 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-5.0.4 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-5.0.3 db/migrate/20140722174919_old_creds_to_new_creds.rb