Sha256: 1a529cab43295fedfcbc750d5af614f83fa260efce0d570e37bc161fe12e117e
Contents?: true
Size: 221 Bytes
Versions: 23
Compression:
Stored size: 221 Bytes
Contents
class AddModuleFullNameToMatch < ActiveRecord::Migration[4.2] def change add_column :automatic_exploitation_matches, :module_fullname, :text add_index :automatic_exploitation_matches, :module_fullname end end
Version data entries
23 entries across 23 versions & 2 rubygems