20120119203233_fix_notable_key.rb 132 Bytes
class FixNotableKey < ActiveRecord::Migration
  def change
    change_column :notes, :noteable_id, :integer, :limit => 11
  end
end