Mercurial > hg > soundsoftware-site
view .svn/pristine/f7/f7dd5a21e5b6b1fa4c68720d5809c8a2999e974e.svn-base @ 1580:fa3d9c22497c dockerise
More requires
author | Chris Cannam |
---|---|
date | Fri, 04 Aug 2017 18:01:54 +0100 |
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