Sha256: dd2c6aa1f7ce61df2c6d9d9b45f8f8d1527db2a2e9abc098d4f7736a367a741e
Contents?: true
Size: 343 Bytes
Versions: 23
Compression:
Stored size: 343 Bytes
Contents
class ModuleDetailOnAutomaticExploitationMatch < ActiveRecord::Migration[4.2] 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
23 entries across 23 versions & 2 rubygems