BigW Consortium Gitlab

20111027142641_change_note_note_to_text.rb 129 Bytes
Newer Older
gitlabhq committed
1 2
class ChangeNoteNoteToText < ActiveRecord::Migration
  def up
3
    change_column :notes, :note, :text
gitlabhq committed
4 5 6 7 8
  end

  def down
  end
end