Sha256: 3c071679fbc0ef6ec2147451f8e2f93498cb872c3dc173931ade159744810e96

Contents?: true

Size: 232 Bytes

Versions: 79

Compression:

Stored size: 232 Bytes

Contents

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

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
metasploit-credential-3.0.4 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-3.0.3 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-3.0.2 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-3.0.1 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-3.0.0 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.14 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.13 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.12 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.11 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.10 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.9 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.8 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.7 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.6 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.5 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.4 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.3 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.2 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.1 db/migrate/20140722174919_old_creds_to_new_creds.rb
metasploit-credential-2.0.0 db/migrate/20140722174919_old_creds_to_new_creds.rb