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