提交 29b5e5f6 编写于 作者: A Arun Agrawal

Revert "This conditions is required to work with database create task. 1.9.2...

Revert "This conditions is required to work with database create task. 1.9.2 is having a bug with "Calling return within begin still executes else". "

No need to worry about 1.9.2 with master
This reverts commit fbf4bee6.
上级 3e4d0dae
......@@ -112,8 +112,7 @@ db_namespace = namespace :db do
end
end
else
# Bug with 1.9.2 Calling return within begin still executes else
$stderr.puts "#{config['database']} already exists" unless config['adapter'] =~ /sqlite/
$stderr.puts "#{config['database']} already exists"
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册