Sha256: 228a34aa6c3df387e3cd98f7de53644007db373e70f6d4aa4e174aac72769c80
Contents?: true
Size: 279 Bytes
Versions: 23
Compression:
Stored size: 279 Bytes
Contents
class AddOwnerAndPayloadToWebVulns < ActiveRecord::Migration[4.2] def self.up add_column :web_vulns, :owner, :string add_column :web_vulns, :payload, :text end def self.down remove_column :web_vulns, :owner remove_column :web_vulns, :payload end end
Version data entries
23 entries across 23 versions & 2 rubygems