提交 6673d88f 编写于 作者: A Aaron Patterson

avoiding deprecated methods in arel

上级 15633519
......@@ -699,7 +699,8 @@ def record_version_state_after_migrating(version)
table.where(table["version"].eq(version.to_s)).delete
else
@migrated_versions.push(version).sort!
table.insert table["version"] => version.to_s
stmt = table.compile_insert table["version"] => version.to_s
Base.connection.insert stmt.to_sql
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册