mirror of https://github.com/rails/rails
Merge pull request #4201 from arunagw/no_worry_about_1.9.2
Revert "This conditions is required to work with database create task.
This commit is contained in:
commit
1a7701522d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue