Sha256: 145ada60a6c8fa9030f895251d6e8de2e47d9d7f8704124a9b816b05efd01fac

Contents?: true

Size: 374 Bytes

Versions: 23

Compression:

Stored size: 374 Bytes

Contents

class CreateAutomaticExploitationMatchSets < ActiveRecord::Migration[4.2]
  def change
    create_table :automatic_exploitation_match_sets do |t|
      t.integer :workspace_id
      t.integer :user_id

      t.timestamps null: false
    end
    add_index :automatic_exploitation_match_sets, :user_id
    add_index :automatic_exploitation_match_sets, :workspace_id
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
metasploit_data_models-6.0.6 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
wg-metasploit_data_models-4.1.4.02 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-6.0.5 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-6.0.4 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-6.0.3 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-6.0.2 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-6.0.1 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-6.0.0 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-5.0.6 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-5.0.5 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-5.0.4 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-5.0.3 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-5.0.2 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-5.0.1 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-5.0.0 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-4.1.4 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-4.1.3 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-4.1.2 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-4.1.1 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-4.1.0 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb