提交 f3835526 编写于 作者: P Paul Sadauskas

Remove deprecated pg_dump -i flag

上级 f50d953f
......@@ -54,7 +54,7 @@ def structure_dump(filename)
ActiveRecord::Base.dump_schemas
end
args = ['-i', '-s', '-x', '-O', '-f', filename]
args = ['-s', '-x', '-O', '-f', filename]
unless search_path.blank?
args << search_path.split(',').map do |part|
"--schema=#{part.strip}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册