20120121122616_fix_noteable_id.rb 146 Bytes
Newer Older
1 2 3 4 5 6 7 8
class FixNoteableId < ActiveRecord::Migration
  def up
    change_column :notes, :noteable_id, :string, :limit => 255
  end

  def down
  end
end