Sha256: cc141ea757834e067e1ebff803702e149b679df5c6ee26db0d5cff0b71f22185
Contents?: true
Size: 202 Bytes
Versions: 23
Compression:
Stored size: 202 Bytes
Contents
class AddCampaignAttachments < ActiveRecord::Migration[4.2] def self.up add_column :attachments, :campaign_id, :integer end def self.down remove_column :attachments, :campaign_id end end
Version data entries
23 entries across 23 versions & 2 rubygems