提交 98d64925 编写于 作者: D Dmitriy Zaporozhets

removed broken migration

上级 611c5a87
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册