Sha256: 9bb42416536154c12ae9591fd23ce9a9fd5400854db0b86b3ae2a7f234a6623f
Contents?: true
Size: 338 Bytes
Versions: 54
Compression:
Stored size: 338 Bytes
Contents
class ModuleDetailOnAutomaticExploitationMatch < ActiveRecord::Migration def up rename_column :automatic_exploitation_matches, :ref_id, :module_detail_id add_column :automatic_exploitation_matches, :match_set_id, :integer end def down rename_column :automatic_exploitation_matches, :module_detail_id, :ref_id end end
Version data entries
54 entries across 54 versions & 1 rubygems