class FixNotableKey < ActiveRecord::Migration
def change
change_column :notes, :noteable_id, :integer, :limit => 11
end
end
......@@ -4,6 +4,5 @@ class FixNoteableId < ActiveRecord::Migration
end
def down
change_column :notes, :noteable_id, :integer, :limit => 11
end
end