20111027142641_change_note_note_to_text.rb 146 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 class ChangeNoteNoteToText < ActiveRecord::Migration def up change_column :notes, :note, :text, :limit => false end def down end end