Mercurial > hg > soundsoftware-site
view .svn/pristine/f7/f7dd5a21e5b6b1fa4c68720d5809c8a2999e974e.svn-base @ 1035:4ac34b54f946 cannam
Merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 13 Nov 2012 14:00:16 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddAttachmentsDescription < ActiveRecord::Migration def self.up add_column :attachments, :description, :string end def self.down remove_column :attachments, :description end end