提交 86ac1d9b 编写于 作者: N Neeraj Singh

fix failing test caused by 3771e4d5

上级 3771e4d5
......@@ -61,8 +61,8 @@ def change
class RemoveIndexMigration1 < SilentMigration
def self.up
create_table("horses") do |t|
t.column :name, :text
t.column :color, :text
t.column :name, :string
t.column :color, :string
t.index [:name, :color]
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册