Sha256: 57bfdb02c212007458739601a4743c4dccfcb76c6265c4e3a34ee9f433bae2c0
Contents?: true
Size: 265 Bytes
Versions: 11
Compression:
Stored size: 265 Bytes
Contents
# This migration comes from mailboxer_engine (originally 20111204163911) class AddAttachments < ActiveRecord::Migration def self.up add_column :notifications, :attachment, :string end def self.down remove_column :notifications, :attachment end end
Version data entries
11 entries across 11 versions & 1 rubygems