Mercurial > hg > soundsoftware-site
view .svn/pristine/d4/d45b2dee9e6069640c900ea2aa339df5c894b306.svn-base @ 985:acaa61dde68b bug_522
Allow file attachment to wrap to avoid extra-wide text field
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 26 Oct 2012 17:18:52 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddQueriesSortCriteria < ActiveRecord::Migration def self.up add_column :queries, :sort_criteria, :text end def self.down remove_column :queries, :sort_criteria end end