Sha256: 480991ff29df44e971fc9cf280cea6c421944d6aa24f1a604778c796d9e78ad1

Contents?: true

Size: 136 Bytes

Versions: 121

Compression:

Stored size: 136 Bytes

Contents

class RemovePnameValidation < ActiveRecord::Migration

  def change
		change_column :web_vulns, :pname, :text, :null => true
  end

end

Version data entries

121 entries across 121 versions & 1 rubygems

Version Path
metasploit_data_models-0.16.6 db/migrate/20130717150737_remove_pname_validation.rb