Sha256: 05af7d421e89d669489ff42bf629843d344bada92934a87964a3b138682b29e9
Contents?: true
Size: 216 Bytes
Versions: 54
Compression:
Stored size: 216 Bytes
Contents
class AddModuleFullNameToMatch < ActiveRecord::Migration def change add_column :automatic_exploitation_matches, :module_fullname, :text add_index :automatic_exploitation_matches, :module_fullname end end
Version data entries
54 entries across 54 versions & 1 rubygems