Sha256: 1cdd528a87f64705ae4a1f85fd862750e83959372da973e931061d42062fea0c

Contents?: true

Size: 357 Bytes

Versions: 10

Compression:

Stored size: 357 Bytes

Contents

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
metasploit_data_models-0.24.5 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.24.4 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.24.3 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.24.2 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.24.1.pre.rspec.pre.3.pre.1 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.24.1 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.24.0 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.23.3.pre.autoload db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.23.2 db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb
metasploit_data_models-0.23.2-java db/migrate/20131002164449_create_automatic_exploitation_match_sets.rb