Sha256: 62746171d38bf38f83169251404d21b40471439f397ae327cc4a993da1d7d896
Contents?: true
Size: 235 Bytes
Versions: 5
Compression:
Stored size: 235 Bytes
Contents
class RemoveSentMailingPdfIdFromSentMailings < ActiveRecord::Migration def self.up remove_column :sent_mailings, :sent_mailing_pdf_id end def self.down add_column :sent_mailings, :sent_mailing_pdf_id, :integer end end
Version data entries
5 entries across 5 versions & 1 rubygems