Sha256: 39021490cfe6237c4a7f0e40a75e84a01b9e6bf206836a1a39fa695050bf7090
Contents?: true
Size: 346 Bytes
Versions: 44
Compression:
Stored size: 346 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 null: false end add_index :automatic_exploitation_matches, :ref_id end end
Version data entries
44 entries across 44 versions & 1 rubygems