Mercurial > hg > soundsoftware-site
view .svn/pristine/f7/f7dd5a21e5b6b1fa4c68720d5809c8a2999e974e.svn-base @ 1492:54f320b40728 live
Merge
author | Chris Cannam |
---|---|
date | Mon, 17 Mar 2014 08:56:45 +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