提交 2ea5b8f0 编写于 作者: Y Yuji Yaginuma

Fix `Unknown migration version "6.0"`

上级 3ba52d6a
......@@ -13,7 +13,10 @@ def self.find(version)
const_get(name)
end
V5_2 = Current
V6_0 = Current
class V5_2 < V6_0
end
class V5_1 < V5_2
def change_column(table_name, column_name, type, options = {})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册