Sha256: afe9da3fe5a1ada8074cb7b281d575601c81096705ccd47f4d62fffc400e82f3
Contents?: true
Size: 192 Bytes
Versions: 8
Compression:
Stored size: 192 Bytes
Contents
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
8 entries across 8 versions & 2 rubygems