Sha256: 9c1d884b2140dc7373e6680b2d12160f20f96891b593355935a8142f3c44ad68
Contents?: true
Size: 194 Bytes
Versions: 26
Compression:
Stored size: 194 Bytes
Contents
class ImportAttachments < ActiveRecord::Migration def self.up add_column :post_attachments, :old_id, :integer end def self.down remove_column :post_attachments, :old_id end end
Version data entries
26 entries across 26 versions & 1 rubygems