Sha256: fcd053c3aa2148b6ceb9b536f9e6017a35ce73a6483da4d38e36d4ae204c6be4
Contents?: true
Size: 334 Bytes
Versions: 10
Compression:
Stored size: 334 Bytes
Contents
class CreateAutomaticExploitationMatches < ActiveRecord::Migration def change create_table :automatic_exploitation_matches do |t| t.integer :ref_id t.string :state t.integer :nexpose_data_vulnerability_definition_id t.timestamps end add_index :automatic_exploitation_matches, :ref_id end end
Version data entries
10 entries across 10 versions & 1 rubygems